Skip to content

ReactJs search application that demonstrates end-to-end functional testing with cypress.

License

Notifications You must be signed in to change notification settings

bobmacneal/cypress-search-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cypress-search-tutorial

This is a sample search application using React intended to demonstrates some of the basics of end-to-end functional testing using the Cypress.io framework. Material-UI components are used for design and functional simplicity.


Search components


Setup

  1. Clone the repository $ git clone https://github.com/bobmacneal/cypress-search-tutorial.git
  2. Install Yarn for package management.
  3. Install node dependencies using yarn $ yarn

Run

$ yarn start

Cypress Tests

To use the Cypress test runner (animation below), issue the following:

$ yarn cy

video

Alternatively, to run all the Cypress tests from a command shell, issue the following:

$ yarn cy:all

Hat Tips

cypress-search-tutorial:

About

ReactJs search application that demonstrates end-to-end functional testing with cypress.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published