disable opening test report in browser because it's annoying as shit
All checks were successful
Playwright Tests / test (push) Successful in 2m27s
All checks were successful
Playwright Tests / test (push) Successful in 2m27s
This commit is contained in:
parent
7e7d6c3aa1
commit
be6447d3ce
@ -26,7 +26,7 @@ export default defineConfig<ObsidianTestFixtures>({
|
||||
/* Opt out of parallel tests on CI. */
|
||||
workers: 1,
|
||||
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
|
||||
reporter: 'html',
|
||||
reporter: [['html', {open: "never"}]],
|
||||
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
||||
use: {
|
||||
/* Base URL to use in actions like `await page.goto('/')`. */
|
||||
@ -39,6 +39,7 @@ export default defineConfig<ObsidianTestFixtures>({
|
||||
}
|
||||
|
||||
},
|
||||
outputDir: "playwright-report"
|
||||
/* Configure projects for major browsers */
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user