vadiml77
vadiml77
We're using VsCode's Test Runner for Java plugin v0.35.2022070202 plugin, and are seeing the same issue. A test case that is located in a parent class and annotated with "@Test",...
@jdneo I mean that the test case from the parent class does NOT appear in the test explorer at all. For example as setup below, the vscode explorer shows TEST01()...
@jdneo yes, we're using TestNG. Is there a roadmap for having inherited tests supported in VSCode to match the level of support Eclipse provides? This is a requirement for large...