chore: Add cypress to codebase

This commit is contained in:
rebuilt 2023-07-10 13:45:25 -07:00
parent 010324960d
commit 0c18aa2083
46 changed files with 3558 additions and 504 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