]> source.dussan.org Git - jquery.git/commit
Tests: share queue/browser handling for all worker types
authorTimmy Willison <timmywil@users.noreply.github.com>
Mon, 1 Apr 2024 14:23:36 +0000 (10:23 -0400)
committerGitHub <noreply@github.com>
Mon, 1 Apr 2024 14:23:36 +0000 (10:23 -0400)
commit284b082eb86602705519d6ca754c40f6d2f8fcc0
treebe30f1d0656bdab531f9eeefacc2a99e7d6d70bf
parent691c0aeeded5dea1ca2a0c5474c7adfdb1dadffe
Tests: share queue/browser handling for all worker types

- one queue to rule them all: browserstack, selenium, and jsdom
- retries and hard retries are now supported in selenium
- selenium tests now re-use browsers in the same way as browserstack

Close gh-5460
15 files changed:
test/runner/browsers.js
test/runner/browserstack/browsers.js [deleted file]
test/runner/browserstack/queue.js [deleted file]
test/runner/command.js
test/runner/flags/browsers.js [new file with mode: 0644]
test/runner/flags/modules.js [new file with mode: 0644]
test/runner/jsdom.js [deleted file]
test/runner/jsdom/createWindow.js [new file with mode: 0644]
test/runner/modules.js [deleted file]
test/runner/queue.js [new file with mode: 0644]
test/runner/reporter.js
test/runner/run.js
test/runner/selenium/createDriver.js
test/runner/selenium/queue.js [deleted file]
test/runner/selenium/runSelenium.js [deleted file]