Skip to content

End_to_End_Testing

Maria Husmann edited this page Nov 13, 2024 · 2 revisions

End-to-End Testing with Cypress

Cypress on YouTube: Full end to end tests part 1

Your task

  • Install Cypress locally npm install cypress --save-dev
  • Write at least two end-to-end tests
  • Configure your setup to generate a report (for example using junit)
  • Optionally set up CI in with Github actions

You are free to use another end-to-end testing framework, if that's what you prefer.

Resources

Clone this wiki locally