This project was developed in Angular v10 and demostrates the Ticket generation demo
Install the package.json
dependencies
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.
Uses babel-loader and babel-plugin-istanbul to instrument the source code of the application. Refer the loader configuration here
Run npm run cy:unit:open
to execute the unit test of Ticketing Service.
Run npm run cy:unit:run
to execute the unit test of Ticketing Service.