chore: Add cypress to codebase

This commit is contained in:
rebuilt 2023-07-10 13:45:25 -07:00
parent 05f52cfbf8
commit a4c68a4055
36 changed files with 3623 additions and 544 deletions

View file

@ -48,3 +48,5 @@ jobs:
run: yarn install
- name: Run javascript tests
run: yarn test
- name: Run Cypress tests
run: bundle exec rake cypress:run