Request support for protractor
Hi,
I'm starting to look into automation testing and I found your extension (great job by the way) I'll be interested into having protractor supported if that's even posible.
Thanks
I'm sure it's possible, but since I have no experience at all with protractor, someone else would have to write the adapter.
Any new about include the adapter? Do exist a guide to add a new adapter?
take a look at https://github.com/hbenl/vscode-example-test-adapter and https://github.com/hbenl/vscode-test-adapter-api repositories. they should give you good overview on how things work.
looking at protatctor samples it seems pretty similar to jasmine. so I would probably use a copy of jasmin test adapter as my starting point.