Skip to content

Configure cypress e2e for pipeline

Magnus Lutro Allison requested to merge configure-cypress-for-pipeline into main

This includes running of cypress in pipeline The ci

  • clones the backend repo
  • runs the backend
  • runs the frontend
  • runs the e2e tests in cypress in frontend
  • pipes the output to formatted log file as a ci artifact

Merge request reports