Skip to content

Building the reporter locally

Ramon Klein edited this page May 2, 2019 · 7 revisions

If you want to modify the reporter you can clone the whole reporter repository locally and than inspect the following folders:

app Contains the code the is run during the report generation (during your e2e tests)

lib Contains the code and html that is executed while viewing the report (angularjs)

tests If you modify the behavior of the code you might have to adapt the unit tests. The folder tests/app contains the test for lib folder code and the folder tests/reporter contains tests for the app folder code. (Yes you read right)