Deployed on vercel: https://star-wars-codex.vercel.app/
Run ng serve
for a dev server. Navigate to http://localhost:4200/
.
Run ng test
to execute the unit tests via Karma.
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