Written a very simple e2e-test with cypress
[examples/angular-tour-of-heroes] / cypress / fixtures / example.json
1 {
2   "name": "Using fixtures to represent data",
3   "email": "hello@cypress.io",
4   "body": "Fixtures are a great way to mock data for responses to routes"
5 }