Does Visual Studio code launch Junit from the user interface?

I have a maven project (archtype quicksetup). And I have test windows annotated with @Test.

Can I run unit test from the Visual Studio user interface?

+6
source share
1 answer

Microsoft has finally released an extension for this purpose. However, the documentation is currently definitely missing. I myself have not yet worked on this.

https://blogs.msdn.microsoft.com/visualstudio/2017/12/01/announcing-junit-support-for-visual-studio-code/

0
source

Source: https://habr.com/ru/post/1016083/


All Articles