path change (#6224)

This commit is contained in:
John Hill
2023-01-29 13:49:00 -08:00
committed by GitHub
parent d20c2a3e3c
commit 21ce013df2
3 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ const config = {
],
reporter: [
['list'],
['junit', { outputFile: 'test-results/results.xml' }],
['junit', { outputFile: '../test-results/results.xml' }],
['html', {
open: 'on-failure',
outputFolder: '../html-test-results' //Must be in different location due to https://github.com/microsoft/playwright/issues/12840