-
Notifications
You must be signed in to change notification settings - Fork 344
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
Gauge: show last run report fails on error "command 'vscode.previewHtml' not found" #1384
Comments
Should be fixed as part of getgauge/gauge-vscode#354 and getgauge/gauge-vscode#362. |
Thank you. I just installed the nightly version gauge-0.0.10.nightly-2019-04-09.vsix and the error about previewHtml goes away, however the command Show last run report command does not give me anything. Any other ideas? I did run a spec:
Thanks! |
The behaviour of opening the report in VSCode editor has changed with this fix to open the report in browser.
I see that html-report has exited and the reports are not generated as expected. Steps to fallow:
|
Hi, If I run the steps you mention (run spec, then Gauge: Show last run report) it also consistently opens a new VS Code window that remains empty. Thank you! |
@gusgonnet As @Apoorva-GA mentioned we have removed support for inline html report inside vs code. Instead, we have added the feature to open the generated report in the default browser. Could you try a few workarounds
|
Hi @BugDiver run spec, then Gauge: Show last run report) opens a new VS Code window that remains empty Anyhow, the issue I raised was about previewHtml and I know that you guys are aware of it and fixed it in an upcoming release so I'm happy. Thank you for all the details! |
Expected behavior
Show last run report command succeeds
Actual behavior
Show last run report command fails, a popup with an error appears in VS Code:
command 'vscode.previewHtml' not found
Steps to reproduce
VS Code and Gauge plugin versions
VS Code
VS Code plugin
Gauge version
Some analysis
Perhaps related to this:
Deprecating previewHtml #62630
I'm running this on Ubuntu 16.04.
Thank you!
Gustavo.
The text was updated successfully, but these errors were encountered: