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

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