# cypress-example-piechopper **Repository Path**: mirrors_cypress-io/cypress-example-piechopper ## Basic Information - **Project Name**: cypress-example-piechopper - **Description**: [ARCHIVED] An example angular application with tests written in Cypress. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PieChopper [![Travis CI](https://travis-ci.org/cypress-io/cypress-example-piechopper.svg?branch=master)](https://travis-ci.org/cypress-io/cypress-example-piechopper) [![Circle CI](https://circleci.com/gh/cypress-io/cypress-example-piechopper.svg?style=svg)](https://circleci.com/gh/cypress-io/cypress-example-piechopper) [![Build status](https://ci.appveyor.com/api/projects/status/o6522037ibcaluj6?svg=true)](https://ci.appveyor.com/project/cypress-io/cypress-example-piechopper) [![renovate-app badge][renovate-badge]][renovate-app] ![piechopper-gif](https://cloud.githubusercontent.com/assets/1268976/12985444/ad14159c-d0c0-11e5-8e50-2b64a1d389ac.gif) ## Installing ```bash ## install the node_modules npm install ``` ## Development ```bash ## 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](https://on.cypress.io/guides/installing-and-running#section-installing) - [Add the `cypress-example-piechopper` folder as a project](https://on.cypress.io/guides/installing-and-running#section-adding-projects) in Cypress. - Click `app_spec.js` or `Run All Tests` in the Cypress runner. - [Read how to setup Continous Integration in CircleCI](https://on.cypress.io/guides/continuous-integration). [renovate-badge]: https://img.shields.io/badge/renovate-app-blue.svg [renovate-app]: https://renovateapp.com/