]> 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 16:34:13 +0000 (12:34 -0400)
committerGitHub <noreply@github.com>
Mon, 1 Apr 2024 16:34:13 +0000 (12:34 -0400)
commitcc44f768344b318109b2f74d6fed28258841470e
tree0fac8a5a41701f9f1e591ea75dd254d89b404d3f
parentfeb75d307299770a9957ed2bbdcb4610ae3b81a6
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-5465
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]