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
I don't think that running behave multiple time is a good idea. Maybe we should introduce some dependency decorator and then just skip rest of tests using something like
Also test steps/features ordering seems for me more like behave stuff that should be fixed in upstream and reused in this framework rather than implemented here in a hacky way.
Starting tests if general features don't pass is pointless, currently those features are queued at the end.
We should either start behave twice (once for common Docker features and then other tests) or make sure common-features are being run first
The text was updated successfully, but these errors were encountered: