Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

[ARCHIVED] An example angular application with tests written in Cypress.

License

Notifications You must be signed in to change notification settings

cypress-io/cypress-example-piechopper

 
 

Repository files navigation

PieChopper Travis CI Circle CI Build status renovate-app badge

piechopper-gif

Installing

## install the node_modules
npm install

Development

## build the app files (once)
npm run build

## start the local webserver
npm start

## if you modify the app source files and
## want the files to auto build (optional)
npm run watch

navigate your browser to

http://localhost:8080

Running Tests in Cypress

About

[ARCHIVED] An example angular application with tests written in Cypress.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 53.7%
  • HTML 23.0%
  • JavaScript 15.1%
  • SCSS 4.3%
  • Shell 3.9%