This project is the re-write of the UI for the Machete project. Currently we're using the issuer tracker at the Machete project site, but will migrate UI issues to this project soon.
The project uses npm run dev
with the standard Angular CLI dev server. The environment is configured to use our cloud test server for identity and API calls. You can authenticate with google or facebook for testing.
Run ng test
to execute the unit tests via Karma. I suggest using ng test -sm=false
to make the error messages better.
Run npm run cypress:open
to execute the end-to-end tests via.
Before running the tests make sure you are serving the Machete app on :4213
.
Naturally this also requires running the Angular app via npm run dev
. Please see our developer guide to see how we approach testing.
See the main project Machete project for issue and project information.