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 eb4d9e7Copy full SHA for eb4d9e7
.github/workflows/labeler.yml
.prettierignore
@@ -5,4 +5,8 @@
5
package-lock.json
6
*/*/package-lock.json
7
.husky/*
8
-/.nx/workspace-data
+/.nx/workspace-data
9
+pnpm-lock.yml
10
+packages/*/dist
11
+e2e/*/dist
12
+*/dist
e2e/davinci-suites/playwright.config.ts
@@ -5,12 +5,8 @@ import { workspaceRoot } from '@nx/devkit';
const baseURL = process.env['BASE_URL'] || 'http://localhost:5829';
const config: PlaywrightTestConfig = {
-<<<<<<< HEAD
- ...baseConfig,
outputDir: './.playwright',
-=======
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