Skip to content

Commit

Permalink
Update video config of playwright.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Piumal1999 authored Jul 30, 2024
1 parent 0152bbf commit d30631f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const config: PlaywrightTestConfig = {
use: {
baseURL: `${process.env.E2E_BASE_URL}/spa/`,
storageState: 'e2e/storageState.json',
video: 'off',
trace: 'off',
video: 'retain-on-failure',
trace: 'retain-on-failure',
},
projects: [
{
Expand Down

0 comments on commit d30631f

Please sign in to comment.