Closed rocketnova closed 1 year ago
@microwavenby This PR replaces #29 which I broke so completely that there was no recovering it. Sorry to have you re-review, but it should be largely the same.
Oh I just realized I need to rework this for the e2e changes I made for the participant app.
Ticket
https://wicmtdp.atlassian.net/browse/PRP-181
Changes
Context for reviewers
This PR configures the staff portal to be able to run Playwright for e2e tests. When you run
npm run e2e
, it will run the same pattern of commands as in #30. If Prisma files need to be updated to match current changes in the participant remix app, you can runnpm run prisma:prepare
.Testing
Run
npm run e2e