add html report to playwright artifact (#3229)

add htlm report to playwright artifact
This commit is contained in:
Kurt Hutten
2024-08-02 08:09:40 +10:00
committed by GitHub
parent b6d4cc7a4e
commit b32f5c1d4e

View File

@ -23,6 +23,7 @@ export default defineConfig({
reporter: [
[process.env.CI ? 'dot' : 'list'],
['json', { outputFile: './test-results/report.json' }],
['html'],
],
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {