Skip to content

mloic47/Qa-magento-cypress-automation

Repository files navigation

Cypress Automation Project

This project automates tests for the Magento SoftwareTestingBoard website using Cypress.

Setup

  1. Clone the repo:
    git clone https://github.com/mloic47/Qa-magento-cypress-automation.git
    cd Qa-magento-cypress-automation
  2. Install dependencies
    npm install
  3. Set up environment variables Create a file named cypress.env.json or edit as it exists already in the root directory with the following and respecting that structure:
    {
    "validUser": {
    "firstName": "John",
    "lastName": "Doe",
    "email": "john.doe@example.com",
    "password": "StrongPass123"
     }
    
  4. Run the Tests To open Cypress GUI:
    npx cypress open
    
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors