This project has the objective of automating end-to-end testing using Cypress to ensure the integrity and correct functioning of our web application. The tests are performed by visiting the Oysho website and verifying various aspects, such as page title, navigation, form filling, registration and user login, to name a few.
- Tests e2e Cypress.
- Visit the page and verify the title:
- Visit the page to be tested using cy.visit('https://www.oysho.com').
- Verify that the page title is correct.
- Verify that the navigation works correctly
- Create a README.md with instructions
- Use good practices with Git
- Perform other checks and actions as needed (optional):
- For example, clicking on an item, filling out a form, etc.
-
- Create a small workflow in GitHub Actions
- To run these tests every night
- npm install
- npm run cy:test
- npm run cy:open
- Cypress
- Javascript
- Share this project and give me feedback to improve my learning process.
- Made by Cecilia Carbajal, My LinkedIn.