Closed kbaltrinic closed 10 years ago
The following code line in the readme is incorrect:
this.world = pc.world(seleniumAddress, options);
Specifically the first "w" needs to be capitalized:
this.World = pc.world(seleniumAddress, options);
This should be fixed with this pull
https://github.com/AndrewKeig/protractor-cucumber/pull/3
The following code line in the readme is incorrect:
Specifically the first "w" needs to be capitalized: