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

Investigate integrating with the test view #590

Open
datho7561 opened this issue Feb 27, 2023 · 2 comments
Open

Investigate integrating with the test view #590

datho7561 opened this issue Feb 27, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@datho7561
Copy link
Contributor

Quarkus provides a continuous testing mode that is run when the application launches. It would be nice if we could show which tests are failing in the testing view, and update it with the results every time it finishes retesting the code.

Suggested by @gorkem

@datho7561 datho7561 added the enhancement New feature or request label Feb 27, 2023
@ebramirez
Copy link

If it helps, VSCode now provides with support for continuously run tests: https://code.visualstudio.com/updates/v1_77#_finalized-support-for-continuous-test-runs

@maxandersen
Copy link
Collaborator

@ebramirez as i understand it the vscode feature is the "opposite"; it makes it so that vscode triggers the test continuously - not about vscode being able to pick up tests runs done by a framework or tool (like quarkus devmode)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants