aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cypress/e2e/pages/projects.cy.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor(pages): refine Projects pageArmand Philippot2023-12-071-1/+17
| | | | | | | * add a `contexts` meta key to projects * replace `technologies` with `contexts` key in projects list * make getProjectsFilenames async * add Cypress tests
* test(e2e): add other pages testArmand Philippot2022-06-031-0/+6
Sometimes a build can be successful but the page is not working, so these tests allows me to check if the page is correctly loaded.