Enable github
reporter for Playwright (#24290)
This commit is contained in:
parent
faf398e3c3
commit
ae48d0c447
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export default defineConfig({
|
||||||
forbidOnly: !!process.env.CI,
|
forbidOnly: !!process.env.CI,
|
||||||
retries: process.env.CI ? 2 : 0,
|
retries: process.env.CI ? 2 : 0,
|
||||||
workers: 1,
|
workers: 1,
|
||||||
reporter: "html",
|
reporter: process.env.CI ? "github" : "list",
|
||||||
use: {
|
use: {
|
||||||
baseURL: process.env.CI
|
baseURL: process.env.CI
|
||||||
? "http://localhost:8080/realms/master/account/"
|
? "http://localhost:8080/realms/master/account/"
|
||||||
|
|
Loading…
Reference in a new issue