vscode-test-explorer icon indicating copy to clipboard operation
vscode-test-explorer copied to clipboard

Request support for protractor

Open duvalbruno opened this issue 6 years ago • 3 comments

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

duvalbruno avatar Apr 23 '19 16:04 duvalbruno

I'm sure it's possible, but since I have no experience at all with protractor, someone else would have to write the adapter.

hbenl avatar Apr 25 '19 18:04 hbenl

Any new about include the adapter? Do exist a guide to add a new adapter?

apis3445 avatar Oct 31 '20 00:10 apis3445

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.

AlexHaxe avatar Oct 31 '20 00:10 AlexHaxe