cypress-example-piechopper
                                
                                 cypress-example-piechopper copied to clipboard
                                
                                    cypress-example-piechopper copied to clipboard
                            
                            
                            
                        [ARCHIVED] An example angular application with tests written in Cypress.
PieChopper  
  
  
 

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
- Install Cypress
- Add the cypress-example-piechopperfolder as a project in Cypress.
- Click app_spec.jsorRun All Testsin the Cypress runner.
- Read how to setup Continous Integration in CircleCI.