End_to_End_Testing - digitalideation/studio_web1_2024 GitHub Wiki
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.