Skip to content

Commit

Permalink
GitHub Actions でエラーになるため off に設定する
Browse files Browse the repository at this point in the history
以下のエラーとなってしまう場合がある

> tracing.startChunk: Tracing is already stopping
  • Loading branch information
nanasess committed Mar 16, 2022
1 parent d143f7f commit 9359e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const config: PlaywrightTestConfig = {

/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
baseURL: 'https://ec-cube',
trace: 'retain-on-failure',
trace: 'off',
screenshot: 'only-on-failure',
video: 'retain-on-failure',
ignoreHTTPSErrors: true,
Expand Down

0 comments on commit 9359e7f

Please sign in to comment.