add-resume (#12)

* add functionality to --resume flag. latest test will resume by running failed tests again

* fix nextcloud setup -> all tests passing

* fix expect timeout by moving it to its own fixture

Reviewed-on: local-it-infrastructure/e2e_tests#12
Co-authored-by: Daniel <d.brummerloh@gmail.com>
Co-committed-by: Daniel <d.brummerloh@gmail.com>
This commit is contained in:
Daniel 2023-12-07 19:38:17 +01:00 committed by dan
parent 0b4e0a0c16
commit 41a042f07d
6 changed files with 33 additions and 6 deletions

View file

@ -42,6 +42,7 @@ subprocess.run(
RECIPES_DIR,
"--output_dir",
OUTPUT_DIR,
"--resume",
# "--debug",
]
)