Skip to content
New issue

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

The statistics should be consistent in console and reports with table-driven-scenario feature enabled #263

Open
nagamanickamm opened this issue Jul 25, 2022 · 1 comment

Comments

@nagamanickamm
Copy link

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

@nagamanickamm
Copy link
Author

Linking existing issue in Java repository - getgauge/gauge#1299, we need similar fix for Python! Please support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant