|
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. |
Replies: 2 comments 3 replies
|
Hi @amikan for disabling the parallel execution you have to set |
|
That works, thank you! |
Hi @amikan for disabling the parallel execution you have to set
--nrunner-max-parallel-tasks=1more info in documentation. Right now, Avocado doesn't support tests depending on each other, but we plan to do so in #5205.