Open
Description
VSCode Version:
Version: 1.93.0
Commit: 4849ca9bdf9666755eb463db297b69e5385090e3
Date: 2024-09-04T13:02:38.431Z
Electron: 30.4.0
ElectronBuildId: 10073054
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Linux x64 6.8.0-41-generic snap
Test engine version:
Verifyica 0.0.14-SNAPSHOT (and older versions)
Expected Results:
Tests executed via Verifyica should show test results (green/read icon) in the Tests window based on test results.
Actual Results:
Tests executed via VSCode using Verifyica are successfully.
The Tests window doesn't show test results (green/read icon.)
Steps to Reproduce:
- clone
https://github.com/antublue/verifyica
- build
- run a test in the
tests
project (packageorg.antublue.verifyica.test
)
Related:
It appears related/similar to #1603
Additional Information:
Verifyica is a JUnit 5 Platform based test engine.
- IntelliJ works correctly.
- JUnit5 ConsoleLauncher works correctly.