Commit 139c5ab0 authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

Merge branch 'feature/add-metrics-report' into 'develop'

feat: integrate metrics report library

See merge request !68
parents 1745ee15 0e6d4cb3
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -64,6 +64,14 @@ Launch the tests with the following command:

For more running instructions please consult [scripts/run_tests.sh](./scripts/run_tests.sh).

## Generate metrics from the tests results

Optionally, you can generate metrics from the results of tests:

```$ robotmetrics --inputpath <directory_containing_results>  -k True -s True```

A sample report can be seen at https://robotmetrics.netlify.app/#

# Frameworks and libraries used in the project

* [Robot Framework](https://github.com/robotframework/robotframework)
+2 −0
Original line number Diff line number Diff line
@@ -5,3 +5,5 @@ robotframework-jsonlibrary==0.3.1
robotframework-requests==0.8.0
deepdiff==5.2.1
robotframework-httpctrl==0.1.6
robotframework-metrics==3.2.0