소스 검색

fix specPattern

Shun Miyazawa 3 년 전
부모
커밋
9b28e8bd98
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',
+    specPattern: '**/*.spec.ts',
     supportFile: 'test/cypress/support/index.ts',
     setupNodeEvents: (on, config) => {
       // change screen size