Forked from https://github.com/toddmotto/angular-pizza-creator
Check out the live demo
yarn
yarn setup
yarn start
Interested in changing code? Check out DEVELOPMENT.md
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