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

Fix failing tests handling #283

Merged
merged 2 commits into from
Mar 16, 2022
Merged

Fix failing tests handling #283

merged 2 commits into from
Mar 16, 2022

Conversation

GuillaumeGomez
Copy link
Owner

@GuillaumeGomez GuillaumeGomez commented Mar 16, 2022

An example of this case:

assert: "#something-which-does-not-exist
click: "#valid-id"
assert: "#another-check"

In this case, it should run all 3 commands but it was stopping at the first fatal error command (click in this case) because the assert before it failed.

@GuillaumeGomez GuillaumeGomez merged commit 8b07302 into master Mar 16, 2022
@GuillaumeGomez GuillaumeGomez deleted the failing-tests branch March 16, 2022 14:11
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