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

Allow users to open html-report post run #39

Closed
sriv opened this issue Nov 15, 2017 · 1 comment
Closed

Allow users to open html-report post run #39

sriv opened this issue Nov 15, 2017 · 1 comment

Comments

@sriv
Copy link
Member

sriv commented Nov 15, 2017

After a gauge run, allow the users to open the html-report.

  • This option should be available only if user has html-report plugin installed
  • If overwrite_reports = false then the report for the last run must be opened.

Options:

  • Open report in the user's default browser
    • add a button in the output pane similar to the Add Configuration... button in the launch.json
    • add a link with a command-uri associated with a command that will open the report

This will require use of a node module (ex. node-open).

  • Open report in the preview pane.

This may require a DocumentContentProvider and a DocumentLinkProvider.

@Apoorva-GA
Copy link
Contributor

Should be addressed as part of #354 and #362

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

2 participants