Skip to content

Commit

Permalink
add cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
stazrouti committed Feb 1, 2024
1 parent eeccffb commit e82585a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Automated Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ jobs:
run: npm install

- name: Run Automated Tests
run: npm test
run: npm test

- name: Run Cypress Tests
run: npm run cypress:run

0 comments on commit e82585a

Please sign in to comment.