Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement --auto-cancel-after-failures #112

Merged
merged 7 commits into from
Apr 3, 2023
Merged

Conversation

agoldis
Copy link
Contributor

@agoldis agoldis commented Mar 29, 2023

Implement --auto-cancel-after-failures. If set, overrides the project fail-fast strategy setting. If not set, uses the default project settings

  • false prevents fail-fast
  • number aborts the run across all the participating machines of more than x failed + skipped tests detected

agoldis and others added 2 commits March 26, 2023 22:59
* chore: wip

* feat: allow running in offline mode

* chore: add offline e2e test

* chore: add offline e2e test
@agoldis agoldis merged commit 9de96b2 into main Apr 3, 2023
@agoldis agoldis deleted the feat/override-fail-fast branch April 3, 2023 23:09
agoldis added a commit that referenced this pull request Apr 4, 2023
* Offline mode (#110)

* chore: wip

* feat: allow running in offline mode

* chore: add offline e2e test

* chore: add offline e2e test

* feat: implement --auto-cancel-after-failures

* chore: fix unit test

* chore: resolve ts error

* chore: update README [skip ci]

* chore: add tests, break out into modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant