File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ svelte-frontend/node_modules/.package-lock.json
154154svelte-frontend /node_modules /.vite /deps /_metadata.json
155155svelte-frontend /test-results /
156156svelte-frontend /playwright-report /
157+ svelte-frontend /playwright-report-output /
157158svelte-frontend /screenshots /
158159
159160# Build artifacts
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ module.exports = defineConfig({
77 forbidOnly : ! ! process . env . CI ,
88 retries : process . env . CI ? 2 : 1 ,
99 workers : process . env . CI ? 1 : 1 ,
10+ outputDir : './test-results' ,
1011 reporter : [
11- [ 'html' , { outputFolder : './test-results/ playwright-report' } ] ,
12+ [ 'html' , { outputFolder : './playwright-report-output ' } ] ,
1213 [ 'json' , { outputFile : './test-results/test-results.json' } ] ,
1314 [ 'list' ]
1415 ] ,
You can’t perform that action at this time.
0 commit comments