We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02101cf commit b503431Copy full SHA for b503431
.github/workflows/cypress.yml
@@ -25,13 +25,9 @@ jobs:
25
- name: Install dependencies
26
run: npm install
27
28
- # Install Cypress
29
- - name: Install Cypress
30
- run: npm install cypress --save-dev
31
-
32
# Run Cypress tests
33
- name: Run Cypress Tests
34
- run: npx cypress run
+ run: npm run judgeme
35
36
# Save Cypress videos and screenshots for debugging (optional)
37
- name: Upload test artifacts
.gitignore
@@ -19,3 +19,5 @@
19
npm-debug.log*
20
yarn-debug.log*
21
yarn-error.log*
22
+
23
+.early.coverage
0 commit comments