hbenl / vscode-jasmine-test-adapter

Jasmine Test Adapter for the VS Code Test Explorer
MIT License
20 stars 20 forks source link

Not fully understanding how to setup #32

Closed alexandercerutti closed 5 years ago

alexandercerutti commented 5 years ago

Hi, I've created tests on Jasmine in folder structure like <project>/tests/index.js (I've no other files). I've found this extension but it cannot find my tests (while, if I run through CLI, Jasmine can find them). I tried to read the documentation and the other issues but nothing, and to me it is not that clear how to begin. Moreover, I tried to create a configuration in launch.json, and vscode says that options that start with jasmineExplorer are not supported. I'm using WSL (Bash on Windows), I don't know if this may help. If I try to start debugging, it is not able to connect. If I try to remove the port and use "launch" instead of "attach" and "useWSL": true, it starts but does not anything.

Jasmine is installed as module package (and, I don't know, maybe also globally, but I'm not sure) Extension version: 1.4.2 (jasmine test adapter, 2.8.2 Test UI adapter)

Thank you for the help.

hbenl commented 5 years ago
alexandercerutti commented 5 years ago

Thank you very much!! That was not clear!