hbenl / vscode-jasmine-test-adapter

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

Unable to run/view protractor tests written in TS #33

Closed azintlr closed 5 years ago

azintlr commented 5 years ago

Nothing is shown when trying to view my tests. Please advise on how I can set this up. I use protractor + jasmine + typescript. Thank you.

hbenl commented 5 years ago

Sorry, this adapter does not support protractor, even if protractor uses jasmine behind the scenes. A separate test adapter for protractor would be needed for that.