We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbbf2c commit b33bc2fCopy full SHA for b33bc2f
.github/workflows/labeler.yml
e2e/davinci-suites/playwright.config.ts
@@ -5,12 +5,8 @@ import { workspaceRoot } from '@nx/devkit';
5
const baseURL = process.env['BASE_URL'] || 'http://localhost:5829';
6
7
const config: PlaywrightTestConfig = {
8
-<<<<<<< HEAD
9
- ...baseConfig,
10
outputDir: './.playwright',
11
-=======
12
testDir: './src',
13
->>>>>>> c9c7c19 (chore: remove-ping-protect-and-e2es)
14
reporter: process.env.CI ? 'github' : 'list',
15
timeout: 30000,
16
use: {
0 commit comments