# angular-pizza-creator **Repository Path**: mirrors_cypress-io/angular-pizza-creator ## Basic Information - **Project Name**: angular-pizza-creator - **Description**: Example Angular Pizza ordering app - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Angular Pizza Creator [![CircleCI](https://circleci.com/gh/cypress-io/angular-pizza-creator.svg?style=svg)](https://circleci.com/gh/cypress-io/angular-pizza-creator) [![This project is using Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.png)](https://percy.io/cypress-io/angular-pizza-creator) [![renovate-app badge][renovate-badge]][renovate-app] ![GH Action](https://github.com/cypress-io/angular-pizza-creator/workflows/Visual/badge.svg?branch=master) Forked from [https://github.com/toddmotto/angular-pizza-creator](https://github.com/toddmotto/angular-pizza-creator) > Check out the [live demo](https://toddmotto.com/angular-pizza-creator/) ![Pizza](pizza.png) ## Install ```shell yarn ``` ```shell yarn setup ``` ## Start server ```shell yarn start ``` ## Develop Interested in changing code? Check out [DEVELOPMENT.md](DEVELOPMENT.md) [renovate-badge]: https://img.shields.io/badge/renovate-app-blue.svg [renovate-app]: https://renovateapp.com/ ## Tests ```shell yarn cypress:open ``` Tests are located in [cypress/integration](cypress/integration) folder: - [order-spec.js](cypress/integration/order-spec.js) is a function test that confirms the user can enter delivery details, pick toppings and place an order - [dry-spec.js](cypress/integration/dry-spec.js) shows how to use custom commands defined in [cypress/support/index.js](cypress/support/index.js) to make test code dry and readable - [visual-spec.js](cypress/integration/visual-spec.js) does image diffing before adding toppings and after