cleanup #18

Merged
dan merged 15 commits from cleanup into dev 2023-12-15 17:57:51 +01:00
Showing only changes of commit 98f496db72 - Show all commits

View file

@ -23,6 +23,7 @@ def run():
parser.add_argument("--debug", action="store_true", help="Enable Playwright debug mode")
parser.add_argument("--resume", action="store_true", help="Re-run the most recent test, skipping passed tests")
parser.add_argument("--session_id", help="Session dir name (inside output_dir). Overwrites --resume")
parser.add_argument("--cleanup", help="Force test cleanup. Should not be necessary")
args = parser.parse_args()
env_paths = [Path(s) for s in args.env_paths.split(";")]