lucono/karma-test-explorer

Karma server fails to launch when user profile has space in name (Windows)

Closed this issue · 2 comments

Describe the Bug

The Karma Test Explorer extension reports an error starting the Karma Server. This prevents any tests from displaying in VScode.

Steps to Reproduce the Behavior

  1. Install the Karma Test Explorer extension
  2. Open a project (e.g., I used https://github.com/dmitriz/min-karma) in VSCode
  3. See error

Describe the Expected Behavior

  • Ideally the karma server launches and runs 😁

Debug Logs

karma-server.log
karma-test-explorer.log

Please Provide the Following Information

  • OS: Windows 10
  • Environment: Windows, node 14.16.0, karma 5.0.0, jasmine 3.5.0
  • Version v0.2.1

This is fixed in v0.3.0.

FYI @air2 - for similar issue #2.

air2 commented

Hey sorry for my late reply, I was on holiday and after that on an other project. Looked at it last week and it was indeed not working, but had no time to figure out why. No I can confirm it works like a charm. Thank u!!