Smoke tests for a front page search and a load test of an API
To run the Cypress specs in interactive mode:
yarn install
yarn cypress open
And in headless mode:
yarn install
yarn cypress run
To run the K6 tests:
k6 run k6/name_of_test.js
With JSON output:
k6 run --out json=my_test_result.json k6/name_of_test.js