/cypress_test

Repository containing case automation for oysho page, using cypress.

Primary LanguageJavaScript

Cypress Automation ๐Ÿงช

Introduction

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.

Upcoming Features ๐Ÿš€

  • Tests e2e Cypress.

Starting ๐ŸŒŽ

  1. 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
  2. Perform other checks and actions as needed (optional):
    • For example, clicking on an item, filling out a form, etc.
    1. Create a small workflow in GitHub Actions
    • To run these tests every night

Install โœ…

  • npm install

Start the tests โœ…

  • npm run cy:test

Open UI Cypress โœ…

  • npm run cy:open

Automation Test Cypress ๐Ÿงช ๐Ÿ”ฌ ๐Ÿ”ญ ๐Ÿ“ก

Tools ๐Ÿงฐโš’๏ธ

  • Cypress
  • Javascript

Gratitude ๐Ÿ‘