run e2e tests with slow mo 0.5sec

This commit is contained in:
Viktor Scharf
2026-01-26 11:34:42 +01:00
parent 413f2fb5f7
commit 4213f15766

View File

@@ -1550,6 +1550,7 @@ def e2eTestPipeline(ctx):
"PLAYWRIGHT_BROWSERS_PATH": "%s/%s" % (dirs["base"], ".playwright"),
"BROWSER": "chromium",
"REPORT_TRACING": params["reportTracing"],
"SLOW_MO": "500",
},
"commands": [
"cd %s/tests/e2e" % dirs["web"],