webdriverio-boneyard / gulp-webdriver

gulp-webdriver is a gulp plugin to run selenium tests with the WebdriverIO testrunner
http://webdriver.io
MIT License
76 stars 33 forks source link

Explain use of browser global in README #12

Closed bengesoff closed 9 years ago

bengesoff commented 9 years ago

I don't know if I'm just missing something but I couldn't see anywhere that tells you that the browser object is available inside the mocha tests. Found it in an external blog post instead!

bengesoff commented 9 years ago

maybe an example?

christian-bromann commented 9 years ago

Since the new v1 version of gulp-webdriver uses the wdio test runner I don't think this is necessary since all wdio example are using the browser object to do stuff. In fact it should be mentioned somewhere.