gaurav-js-dev / cypress-demo

Cypress Projects | Cypress.io automation testing project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cypress Demo Projects

This repo contains 2 projects as listed. Each project has own readme file with instructions.

Local Setup Instructions

In order to run this project in your local environment, you'll need to clone it first.

After cloning this repo in your local machine, you have to cd into directory of project you want to run and execute below commands.

  • For cypress-example-kitchensink
## cd into the cloned repo's project
cd cypress-demo/cypress-example-kitchensink

## install the node_modules
npm install

## start the local webserver and open Cypress
npm run local:open
  • For mf-arch-poc
## cd into the cloned repo's project
cd cypress-demo/mf-arch-poc

## install the node_modules
yarn

## start the local webserver
yarn nx serve star-wars --open --devRemotes=starships,planets,films

# launch the cypress test runner
yarn nx run test-star-wars-test:e2e --watch

About

Cypress Projects | Cypress.io automation testing project


Languages

Language:HTML 56.0%Language:JavaScript 32.6%Language:TypeScript 5.9%Language:CSS 3.4%Language:SCSS 1.7%Language:Dockerfile 0.4%Language:Shell 0.0%