Skip to content

Repo to start a new cypress testing project with cypress-pipe (tests only!)

Notifications You must be signed in to change notification settings

aleixsuau/cypress-seed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cypress-seed

This project is a starting point to create a typescript cypress testing project. It contains cypress and cypress-pipe, along with a simple test written in typescript to demonstrate basic functionality.

Getting started

  1. Clone the repo to your machine.
  2. Run npm install in the repo directory.
  3. Run npx cypress open --e2e --browser chrome in the repo directory.
  4. Run a test by clicking on it in the Cypress UI.

About

Repo to start a new cypress testing project with cypress-pipe (tests only!)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • TypeScript 0.2%