Removes output directory configuration
Removes the explicit `outputDir` configuration from the Playwright config. The default output directory is sufficient and allows for more flexibility in test execution and reporting.
This commit is contained in:
parent
cd5ddf946a
commit
998706c440
1 changed files with 0 additions and 1 deletions
|
|
@ -66,7 +66,6 @@ export default defineConfig({
|
||||||
],
|
],
|
||||||
timeout: 180_000,
|
timeout: 180_000,
|
||||||
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
||||||
outputDir: 'artifacts/test-results',
|
|
||||||
use: {
|
use: {
|
||||||
/* Base URL to use in actions like `await page.goto('/')`. */
|
/* Base URL to use in actions like `await page.goto('/')`. */
|
||||||
// baseURL: 'http://127.0.0.1:3000',
|
// baseURL: 'http://127.0.0.1:3000',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue