Enable github reporter for Playwright (#24290)

This commit is contained in:
Jon Koops 2023-10-25 17:24:26 +02:00 committed by GitHub
parent faf398e3c3
commit ae48d0c447
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ export default defineConfig({
forbidOnly: !!process.env.CI,
retries: process.env.CI ? 2 : 0,
workers: 1,
reporter: "html",
reporter: process.env.CI ? "github" : "list",
use: {
baseURL: process.env.CI
? "http://localhost:8080/realms/master/account/"