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:
parent
0b4e0a0c16
commit
41a042f07d
6 changed files with 33 additions and 6 deletions
1
main.py
1
main.py
|
|
@ -42,6 +42,7 @@ subprocess.run(
|
|||
RECIPES_DIR,
|
||||
"--output_dir",
|
||||
OUTPUT_DIR,
|
||||
"--resume",
|
||||
# "--debug",
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue