Angular Pizza Creator [](https://circleci.com/gh/cypress-io/angular-pizza-creator) [](https://percy.io/cypress-io/angular-pizza-creator) [![renovate-app badge][renovate-badge]][renovate-app]
January 17, 2020 ยท View on GitHub
Forked from https://github.com/toddmotto/angular-pizza-creator
Check out the live demo

Install
yarn
yarn setup
Start server
yarn start
Develop
Interested in changing code? Check out DEVELOPMENT.md
Tests
yarn cypress:open
Tests are located in cypress/integration folder:
- order-spec.js is a function test that confirms the user can enter delivery details, pick toppings and place an order
- dry-spec.js shows how to use custom commands defined in cypress/support/index.js to make test code dry and readable
- visual-spec.js does image diffing before adding toppings and after