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

logrhythm/cypress-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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 yarn in the repo directory.
  3. Run yarn cypress open in the repo directory.
  4. Use the cypress UI to run the test, verifying that it passes.
  5. Modify the cypress.json file to point to the website you'd like to test.
  6. Start testing!

NOTE: The docs folder can be deleted. It is only present to enable the initial demo test to run.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published