angular-pizza-creator icon indicating copy to clipboard operation
angular-pizza-creator copied to clipboard

Example Angular Pizza ordering app

Angular Pizza Creator CircleCI This project is using Percy.io for visual regression testing. renovate-app badge GH Action

Forked from https://github.com/toddmotto/angular-pizza-creator

Check out the live demo

Pizza

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