We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected behavior The statistics should be consistent in console and reports with table-driven-scenario feature enabled
Actual behavior There is a mismatch in the statistics reported in console and reports
This is observed only when table-driven-scenario, the experimental feature is enabled
Steps to replicate
Project https://github.com/getgauge-examples/table-driven-scenario gauge run The statistics on the console is
Specifications: 1 executed 1 passed 0 failed 0 skipped Scenarios: 1 executed 1 passed 0 failed 0 skipped
However the html-report is showing statistics as
[Specifications: 1 executed 1 passed 0 failed 0 skipped Scenarios: 5 executed 1 passed 0 failed 0 skipped]([url]([url](url)))
Version Gauge Python v0.3.17
The text was updated successfully, but these errors were encountered:
Linking existing issue in Java repository - getgauge/gauge#1299, we need similar fix for Python! Please support
Sorry, something went wrong.
No branches or pull requests
Expected behavior
The statistics should be consistent in console and reports with table-driven-scenario feature enabled
Actual behavior
There is a mismatch in the statistics reported in console and reports
This is observed only when table-driven-scenario, the experimental feature is enabled
Steps to replicate
Project https://github.com/getgauge-examples/table-driven-scenario
gauge run
The statistics on the console is
However the html-report is showing statistics as
Version
Gauge Python v0.3.17
The text was updated successfully, but these errors were encountered: