Julien-R44 / japa-vscode

🧪 A Japa extension for VSCode
https://marketplace.visualstudio.com/items?itemName=jripouteau.japa-vscode
MIT License
17 stars 2 forks source link

Test results not reflected in test explorer #15

Open craigharman opened 1 day ago

craigharman commented 1 day ago

I have been using Japa-vscode on a project for the past 6 months and recently I have noticed the the status of the tests is no longer reflecting in the Japa test explorer.

Things I see:

  1. The tests execute and output is provided in "test results" panel
  2. The output in "test results" panel is not coloured/formatted (I am not sure if this is expected but I seem to recall it used to be formatted)
  3. A test fails in the "test results" panel but the test explorer shows a green "pass" tick.

I haven't added (or use any) additional reporters but I also tried adding ndjson() to my configuration. This seemed to have no effect. Not sure what else to try.