-
Notifications
You must be signed in to change notification settings - Fork 19
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
Default html report for the test execution should be generated when executed tests in VSCode #354
Comments
Related to #350 |
@osandadeshan This is intentional. When tests are run in VSCode, a different template is used to generate the html report. This template is optimized for the best view on VSCode. You can view the report by executing |
I'd like the choice to generate the gauge framework default report rather than the gauge-plugin report. |
Yes. |
@zabil Great. Thanks. |
Opening the html reports in browse instead of VSCode #354
The fix should be available in nightly >= 3-4-2019 |
This has been verified and found fixed. Tested with the below version: |
Gauge version: 1.0.4
Commit Hash: 3a9a647
Plugins
flash (0.0.1)
html-report (4.0.6)
java (0.7.2.nightly-2019-03-07)
js (2.3.2)
json-report (0.2.2)
python (0.3.4)
screenshot (0.0.1)
spectacle (0.1.3)
xml-report (0.2.1)
OS: Windows 10 64 bit
VSCode version: 1.31.1 (latest)
Gauge plugin for VSCode: 0.0.8 (latest)
Steps to reproduce:
gauge init java
)Actual:
Html report is differed from the default html-report
Expected:
Default html-report should be generated for the test execution triggered in VSCode. User should be able to open it.
Screenshot:
The text was updated successfully, but these errors were encountered: