What is the order of execution in gauge in the following scenario ? #2011
ayankumaar
started this conversation in
General
Replies: 1 comment 4 replies
-
In short, the order will be preserved if:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running a gauge command like this:
gauge run specs/SampleSpec.spec:6 specs/loans/loanspec.spec:6 specs/accounts/accountspec.spec:7
gauge run specs/accounts/accountspec.spec:7 specs/SampleSpec.spec:6 specs/loans/loanspec.spec:6
gauge run specs/loans/loanspec.spec:6 specs/accounts/accountspec.spec:7 specs/SampleSpec.spec:6
I have noticed that it always runs in the specified order in this command. Can I assume that the order that I specify with this command will always be preserved ?
Beta Was this translation helpful? Give feedback.
All reactions