[e2e tests] Tweak HTML reporter output path (#50443)

This commit is contained in:
Adrian Moldovan 2024-08-07 14:04:55 +01:00 committed by GitHub
parent d46e65f092
commit 649baf9855
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: dev

View File

@ -1,3 +1,3 @@
/.state
/test-results
/envs/_default

View File

@ -56,7 +56,7 @@ if ( process.env.CI ) {
{
outputFolder:
PLAYWRIGHT_HTML_REPORT ??
`${ testsResultsPath }/playwright-report`,
`${ testsResultsPath }/reports/playwright-report`,
open: 'on-failure',
},
] );