Skip to content

Resolve "Implement basic tests"

Mael Gaonach requested to merge 510-implement-basic-tests into main

Closes #510

Setup Cypress e2e test:

  • Example test on investigatino list: open list, check that items are there, search for tomato proposal, check that it is found
  • Block all calls to the API and replace with mocked data (fixtures)
  • Run test in CI with Firefox AND Chrome
  • Added .pnpm-store to gitignore to speed up starting test https://github.com/cypress-io/cypress/issues/27226
  • Need to make the project compatible with lastest LTS node version to be able to use more up-to-date docker images #513 (closed)
Edited by Mael Gaonach

Merge request reports