Robot Framework code analysis tool
Project description
Sherlock
The tool for analyzing Robot Framework code in terms of not used code, code complexity or performance issues.
Note
The tool is in the Alpha state, which means it may be unstable and should be used at your own risk. Some features may be broken and there are still many things to be developed. If you find anything unexpected, or you have ideas for improvements not listed in GitHub issues, please open an new issue.
Installation
You can install the latest version of Sherlock simply by running:
pip install -U robotframework-sherlock
Sherlock requires Python 3.8+.
Usage
Sherlock can prepare analysis based on your source code alone. However, it's currently highly recommended to also include output of test execution.
Run Sherlock with:
sherlock --output <path to output.xml file> <path to source code repository>
To analyze external library/resource use --resource
option:
sherlock --output output.xml --resource SeleniumLibrary src/
sherlock --output output.xml --resource external_repository_used_in_tests/ src/
Reports
Sherlock by default prints the output. You can configure what reports are produced by sherlock using --report
option:
sherlock --report print
sherlock --report html
--report
accepts comma separated list of reports:
sherlock --report print,html,json
BuiltIn library
To show analysis of BuiltIn libraries use --include-builtin
flag:
sherlock --include-builtin src/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for robotframework-sherlock-0.3.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f8953776119d0ffe16fa5b7133355930bc880a2d56a9dcf989d21ff41667c1f |
|
MD5 | 18fc8ef2ca052c200f254c1ce1324f1c |
|
BLAKE2b-256 | c7668c499136e6719572e0bc6ba7d75b6a2ca3b21a1e19e24178bb935ef5cc38 |
Hashes for robotframework_sherlock-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1dbf4fcb2252e2d175140cae14355f2fce2aa4f208bfa48f0de555867f225556 |
|
MD5 | 9311a06649067c213a240ccc029b8853 |
|
BLAKE2b-256 | af0f4dc0f085295c3eb17f2343fa01823e51275b8d1dda012d9802099edc21f6 |