Skip to content

Commit

Permalink
chore: update playwright to pause animation (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloster authored Oct 9, 2024
1 parent 49e8d14 commit 284eb4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .infra/rdev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ stack:
services:
explorer:
image:
tag: sha-f9dbb3ff
tag: sha-59608484
replicaCount: 1
env:
# env vars common to all deployment stages
Expand Down
5 changes: 5 additions & 0 deletions client/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ export default defineConfig<ChromaticConfig>({
actionTimeout: 0,
headless: !isHeadful,
ignoreHTTPSErrors: true,
/**
* Pause animation at the first frame.
* https://www.chromatic.com/docs/animations/#css-animations
*/
pauseAnimationAtEnd: false,
screenshot: "only-on-failure",
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: "retain-on-failure",
Expand Down

0 comments on commit 284eb4f

Please sign in to comment.