]> source.dussan.org Git - jquery.git/commit
Tests: add --hard-retries option to test runner
authorTimmy Willison <timmywil@users.noreply.github.com>
Mon, 11 Mar 2024 14:45:17 +0000 (10:45 -0400)
committerGitHub <noreply@github.com>
Mon, 11 Mar 2024 14:45:17 +0000 (10:45 -0400)
commit2d8208e007a4a6b42015d98db1625b29cd100e27
treebe9cdb4cf5f75b260566b37b6a294cc32d613b4a
parent11f0e6335e56aec6e2298f780d4dd0794c589f00
Tests: add --hard-retries option to test runner

- Add the ability to retry by restarting the worker and
  getting a different browser instance, after all
  normal retries have been exhausted. This can sometimes
  be successful when a refresh is not.

Close gh-5439
.github/workflows/browserstack.yml
test/runner/browserstack/browsers.js
test/runner/browserstack/queue.js
test/runner/command.js
test/runner/createTestServer.js
test/runner/run.js