Holger Benl
Holger Benl
> If the test was run previously that it has a state which should be retired, so not retiring doesn't seem right. If a test is skipped then its state...
OK, I realize I hadn't fully thought this through: I was thinking a skipped test shows the skipped icon, so what state would it get retired to? But you're talking...
I'm thinking about adding an `errored` flag to `TestInfo` and `TestSuiteInfo`, information about the error could be placed by the adapter in the `description` and `tooltip` properties. Likewise I could...
Currently, Test Explorer only keeps logs for tests but not for suites (and that's where the value of the `message` property is written to). I thought that `description` (shown inline...
> If we are going toward on this route we might should consider deprecating the TestInfo for good and adding all its properties to TestSuiteInfo. The 2 are getting more...
I have just published the new API and Test Explorer, you can now set both tests and states as errored when loading or running. Tell me if it works for...
Since you can run your tests manually, my guess is that you use a different Node version in that case. Try setting `jasmineExplorer.nodePath` to the path of this Node version.
It would be nice if the icons could change color like the text does. Unfortunately, I don't see how I could do this, the API doesn't allow me to specify...
@vladeck Thanks, the white outline is an excellent solution (as your screenshots show).
@connorshea @Raagh @rtbenfield @Testy @numaru @matepek @drleq @dampsoft @vshaxe @kondratyev-nv @recca0120 @DEVSENSE @swellaby @prash-wghats I have started writing more documentation for Test Adapter authors [here](https://github.com/hbenl/vscode-test-adapter-api). It's still incomplete (I need...