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

Possibility to add On failure more easily #88

Open
agaget opened this issue Apr 16, 2024 · 0 comments
Open

Possibility to add On failure more easily #88

agaget opened this issue Apr 16, 2024 · 0 comments

Comments

@agaget
Copy link

agaget commented Apr 16, 2024

On the following example, if I want to add on_failure to pause I need to add it to each individual file test. That is heavy. It would be interesting to set it up more easily.

Or to have it in option: wetest main.yal --on_failure=pause

version:
    major: 2
    minor: 0
    bugfix: 0

name: "BOM sequence"
on_failure: "pause"

include:
    - ['bom_scenario1.yaml']
    - ['bom_scenario2.yaml']
    # # need stop beam, I don't know how to do it for now
    - ['bom_scenario3.yaml'] # x
    - ['bom_scenario4.yaml']
    - ['bom_scenario5.yaml']
    - ['bom_scenario6.yaml'] # x
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

No branches or pull requests

1 participant