AnglesHQ / angles

Angles is a test dashboard that will allow you to store all your automated test results independent of the test automation framework you are using (as long as there is a client which supports using the Angles API), in a single location and has common for reports for all of them. It also allows you to view the results from various angles
Apache License 2.0
9 stars 7 forks source link

Added before suite to angles object so that we can display the setup data. #34

Open snevesbarros opened 2 years ago

snevesbarros commented 2 years ago

E.g. At the moment any call made to the reporter before "start" tests are lost and not displayer in the report. And same with after test of the last test. Angles should be able to store logs for the before class/suite.