You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: