I want to create a series of tests that can run sequentially, the idea is that if the test before the one running does not pass, then all the suite shall not pass.
It sounds as anti pattern, but I need to test that user flow.
I tried with datasets but it restart the flow each time it runs the test.