hbenl / vscode-jasmine-test-adapter

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

[help] Jasmine config is in Karma #30

Closed adam-cyclones closed 5 years ago

adam-cyclones commented 5 years ago

I am trying to find a way to get this beast working, but I cannot refactor our codebase. Can vscode-jasmine-test-adapter read Karma configs. or perhaps I can store my own spoof jasmine.json in my home folder. How would I be able to point to this config? I notice that only relative paths are supported.

hbenl commented 5 years ago

This adapter can't load and run Karma tests, but a Karma adapter is being worked on, see hbenl/vscode-example-test-adapter#1