You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .drone.star
+11-19Lines changed: 11 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ APPS = [
18
18
]
19
19
20
20
BROWSERS= [
21
-
"chrome",
21
+
"chromium",
22
22
"firefox",
23
23
"webkit",
24
24
]
@@ -432,7 +432,7 @@ def logTracingResult(ctx):
432
432
"commands": [
433
433
"cd test-results/",
434
434
'echo "To see the trace, please open the following link in the console"',
435
-
'for f in */; do echo "npx playwright show-trace https://cache.owncloud.com/public/${DRONE_REPO}/${DRONE_BUILD_NUMBER}/tracing/$f"trace.zip" \n"; done',
435
+
'for f in */; do echo "npx playwright show-trace %s/%s/${DRONE_REPO}/${DRONE_BUILD_NUMBER}/tracing/$f"trace.zip" \n"; done'% (S3_CACHE_SERVER, S3_PUBLIC_CACHE_BUCKET),
0 commit comments