Browse Source

fix specPattern path

Shun Miyazawa 3 years ago
parent
commit
718341c082
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/cypress.config.ts

+ 1 - 1
packages/app/cypress.config.ts

@@ -3,7 +3,7 @@ import { defineConfig } from 'cypress';
 export default defineConfig({
   e2e: {
     baseUrl: 'http://localhost:3000',
-    specPattern: '**/*.spec.ts',
+    specPattern: 'test/cypress/integration/**/*',
     supportFile: 'test/cypress/support/index.ts',
     setupNodeEvents: (on, config) => {
       // change screen size