cern-sis / issues-inspire

0 stars 0 forks source link

Improve cypress local setup #393

Closed MJedr closed 4 months ago

MJedr commented 9 months ago

Running cypress locally is a nightmare, commands we use don't work anymore. That should be improved. Some of the issues are:

karolina-siemieniuk-morawska commented 5 months ago

Tech notes:

  1. In docker-compose.cypress.dev.yml and docker-compose.cypress.yml change image version to cypress/included:13
  2. In cypress-test.sh change the last line to correct file names (cypress-tests-run-chrome and cypress-tests-run-firefox)
  3. Fix failing tests (author and literature submission - locally returns 50?, conference edit - missing legacy_ICN field, chrome - out of memory fail)
  4. Test thoroughly and fix flaky test cases