Skip to content

mitjapotocin/star-wars-codex

Repository files navigation

StarWarsCodex

Deployed on vercel: https://star-wars-codex.vercel.app/

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Make sure, you have dev server running on localhost:4200 (ng serve) or change target url in cypress/constants/constants.ts .

To open cypress UI run npm run cy:open

To run e2e tests in command line run npm run cy:run