๐Ÿ“ฆ kumibrr / shop-test

A test to prove my skills using Angular 6.

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/kumibrr/shop-test.git
HTTPS git clone https://github.com/kumibrr/shop-test.git
SSH git clone git@github.com:kumibrr/shop-test.git
CLI gh repo clone kumibrr/shop-test
kumibrr kumibrr feat(e2e): added test for carts in admin page d404e66 2 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .vscode
๐Ÿ“ cypress
๐Ÿ“ src
๐Ÿ“„ .editorconfig
๐Ÿ“„ .gitignore
๐Ÿ“„ angular.json
๐Ÿ“„ cypress.config.ts
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ tsconfig.json
๐Ÿ“„ tslint.json
๐Ÿ“„ README.md

ShopTest

This project was generated with Angular CLI version 6.2.9.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

To run the e2e tests we need to download the latest binary of Cypress from their website as the version of node used in this project is not supported by the latest version of cypress.

https://docs.cypress.io/guides/getting-started/installing-cypress#Direct-download

And then execute the binary and follow on-screen instructions.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.