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 ng serve
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 ng e2e
to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the Machete app on :4213
.
Naturally this also requires running the Angular app via ng serve
.
See the main project Machete project for issue and project information.