MarketSquare / MarketSquare/robotframework-sherlock
Executions not recognized from output.xml
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 14
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
When running
`sherlock --output .\TA3S-GSFS-Automation\FLOW_TESTS-final.xml .\TA3S-GSFS-Automation --report print,html,json`
we can successfully generate a report and a console output.
But the `Executions`in the report are shown as `0` for all tests and keyword.
But we can see in the `.xml` and the `.html` that it was a huge test run with hundreds of test cases.
The tests use the Datadriver to do DataDriven testing. Not sure if that might be the reason why nothing is shown.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the sherlock command with the supplied data-driven Robot Framework run, then compare execution counts in output.xml, the generated HTML and JSON reports, and the console output. Trace how output.xml is interpreted for executions and keywords, and verify the result against the hundreds of test cases shown in the XML. Done means the reports no longer show zero executions for that run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100