Shun Miyazawa 3 лет назад
Родитель
Сommit
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',