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

test explorer #29990

Closed
pana-cc opened this issue Jul 1, 2017 · 3 comments
Closed

test explorer #29990

pana-cc opened this issue Jul 1, 2017 · 3 comments
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@pana-cc
Copy link

pana-cc commented Jul 1, 2017

Hi,
I am the author of mocha-typescript and I would like to add a VSCode extension that would:

  • Run all tests on file change and print the results on the integrated terminal
  • Display an overlay over the code with test status and buttons to re-run the particular tests (similar to the merge conflict resolution buttons)
  • Display a tree view in the left hand panel with all tests and their statuses along options to enable/disable the watcher in point 1, as well butttons to rerun tests or just the failed tests
    Are these possible using an official extensibility API?
    Do you have plans to provide something similar (VisualStudio has test explorer)?
    If these are possible could you give me some directions to the APIs I should use?
@vscodebot vscodebot bot added the workbench label Jul 1, 2017
@bpasero bpasero assigned sandy081 and unassigned bpasero Jul 1, 2017
@alexriedl
Copy link

alexriedl commented Jul 11, 2017

Possible duplicate of #9505

@sandy081
Copy link
Member

@pana-cc Here is the reference to contribute custom views
https://code.visualstudio.com/docs/extensionAPI/extension-points#_contributesviews

@sandy081 sandy081 removed their assignment Aug 25, 2017
@sandy081 sandy081 added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Aug 25, 2017
@Tyriar
Copy link
Member

Tyriar commented Aug 27, 2017

Duplicate of #9505

@Tyriar Tyriar marked this as a duplicate of #9505 Aug 27, 2017
@Tyriar Tyriar closed this as completed Aug 27, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

5 participants