chore: Add cypress to codebase

This commit is contained in:
rebuilt 2023-07-10 13:45:25 -07:00
parent d8c9a3e744
commit 66f78dadf9
36 changed files with 3573 additions and 518 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