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 All the after scenario screenshots should be visible
Actual behavior Only one of the after scenario screenshot is visible
Steps to replicate
beforeSuite(function(){ gauge.screenshot() }) beforeSpec(function(){ gauge.screenshot() }) beforeScenario(function(){ gauge.screenshot() }) beforeStep(function(){ gauge.screenshot() }) afterSuite(function(){ gauge.screenshot() }) afterSpec(function(){ gauge.screenshot() }) afterScenario(function(){ gauge.screenshot() }) afterStep(function(){ gauge.screenshot() })
The screenshot of after scenario is shown only once
Version
gauge-0.0.7.nightly-2018-08-08.vsix
Blocks getgauge/gauge-vscode#276
The text was updated successfully, but these errors were encountered:
Working as expected in gauge-0.0.7.nightly-2018-08-08.vsix
Sorry, something went wrong.
No branches or pull requests
Expected behavior
All the after scenario screenshots should be visible
Actual behavior
Only one of the after scenario screenshot is visible
Steps to replicate
Version
Blocks getgauge/gauge-vscode#276
The text was updated successfully, but these errors were encountered: