Shun Miyazawa пре 3 година
родитељ
комит
eb85cde6c1
1 измењених фајлова са 1 додато и 1 уклоњено
  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: 'test/cypress/integration/**/*.spec.ts',
+    specPattern: 'test/cypress/integration',
     supportFile: 'test/cypress/support/index.ts',
   },
   fileServerFolder: 'test/cypress',