Resolve "Implement basic tests"
Closes #510 (closed)
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