-
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
Implement a test explorer for scenarios #42
Comments
* add gauge/specs request support to list all specs, getgauge/gauge-vscode#42 * getAllScenarios should fall back on disk when file isn't in cache * added tests for getSpecs/getScenarios - LSP * fixed merge issues * use specs cache from infoProvider instead of parsing files again for gauge/specs * use scenarios from specsCache for gauge/scenarios * send nil error for unknown requests, avoid noise
|
Run scenarios fixed for spec explorer #42
When does the test explorer open? - On which action |
@sguptatw you need to set |
Text explorer is visible by default now. We have made this change as part of this commit. |
it should be available in nightly >= 2017-01-16 |
Issue Expected behavior Actual behavior Should any other settings be enabled?
|
Issues
|
Expected behavior Actual behavior Version |
Questions
Questions w.r.t Usability
|
Yes, this will be handled separately |
@riju91 - Can multiple select of specifications/scenarios will be handled? |
Created an issue for Search in Test explorer - #121 |
@sguptatw It seems that vscode has closed microsoft/vscode#1023 which means they have added a multi select. We need to explore if that is added to extension API as well |
Use the Explorer feature is VS code to implement a test explorer.
For e.g. refer Gitlens plugin
The text was updated successfully, but these errors were encountered: