-
Hello, after getting legacy runner deprecated I have a question about how to achieve the same execution behavior with nrunner. Tried to implement the same with asset requirements field, but looks like it can't detect asset created after test starting. Overall I'm little bit surprised there is an API for package or asset requirements, but there is no API to depend on other test execution result. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @amikan for disabling the parallel execution you have to set |
Beta Was this translation helpful? Give feedback.
-
That works, thank you! |
Beta Was this translation helpful? Give feedback.
Hi @amikan for disabling the parallel execution you have to set
--nrunner-max-parallel-tasks=1
more info in documentation. Right now, Avocado doesn't support tests depending on each other, but we plan to do so in #5205.