]> 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:39:38 +0000 (10:39 -0400)
committerGitHub <noreply@github.com>
Mon, 11 Mar 2024 14:39:38 +0000 (10:39 -0400)
commit822362e6efae90610d7289b46477c7fa22758141
tree523910c254ccb53f42a8fa7f45887d7a1ae983e3
parentae67ace649fd2ac49eb74709c3d0a5952d0dc3bb
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-5438
.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