aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cypress/support/e2e.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor(pages): refine Contact pageArmand Philippot2023-12-111-5/+1
| | | | | | | * remove next/router dependency * remove pageTitle since it is defined in MDX * reduce statements by grouping messages * mock response with MSW and add test for sendEmail
* test: install and configure cypressArmand Philippot2022-06-021-0/+20
I also configure Jest to avoid conflicts between Cypress and Jest.