Thank you for taking the time to complete this challenge!
This challenege is designed to demonstrate your test approach and automation skills.
Please read below for the context and instructions.
- Write 3 manual e2e test-cases for the Conduit App
- Automate your tests using Cypress
- Document your test approach, bugs and areas for possible improvements
- Fork this repository
- Install the latest version of Cypress
- Write your manual test-cases in the test-cases.feature file
- Include your test appraoch, bugs and potential improvements in the test-review.md file
- Update the README.md on how to run your project
- Include a negative test and and api test
- Add your framework GitHub Actions
- Don't over complicate things
- Think of reuseability when automating tests
- Apply Cypress's best practices