According to the documentation, tests in a single file are run in sequence, not in parallel. This means the best approach is probably to include dependent tests in the same file, in the desired order of execution.