Skip to content

An extensive repository for mastering test automation with Cypress. Includes end-to-end testing examples, best practices for developing automated scripts, and strategies to ensure high-quality web applications.

Notifications You must be signed in to change notification settings

ibtriz/CypressTestSuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Automation Testing with Cypress

Cypress GitHub last commit

Introduction

This repository contains automated tests for the AdoPet application, designed using the Cypress framework. The aim of this project is to ensure the functionality of critical user flows within the AdoPet platform through reliable end-to-end (E2E) testing. The tests focus on validating the registration and login processes, adoption workflows, and other essential user interactions.

Installation

To set up this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/ibtriz/CypressTestSuite
    cd CypressTestSuite
  2. Install dependencies: Make sure you have Node.js installed.

    npm install
  3. Run tests: To execute the tests in headless mode, run:

    npx cypress run

    To open the Cypress Test Runner for an interactive testing experience:

    npx cypress open

About

An extensive repository for mastering test automation with Cypress. Includes end-to-end testing examples, best practices for developing automated scripts, and strategies to ensure high-quality web applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published