diff --git a/README.md b/README.md index ea65593b7dfe41eeda8a5a0241a04778f31657d2..cf88d720287bc0473298079b718d2a271e2bc31b 100644 --- a/README.md +++ b/README.md @@ -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 -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) diff --git a/requirements.txt b/requirements.txt index c62307cedd643faa74c332f653167ee50db2ff0f..95fc197452e22ae695244d83686a1c1923807887 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 +