From 662a54d9b4d0b198d966ddfbebb92e0f770fa2b1 Mon Sep 17 00:00:00 2001 From: Benoit Orihuela Date: Fri, 16 Apr 2021 09:46:26 +0200 Subject: [PATCH] feat: integrate metrics report library --- README.md | 8 ++++++++ requirements.txt | 2 ++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index ea65593b..cf88d720 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 c62307ce..95fc1974 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 + -- GitLab