webdriver-extension
v1.1.0
Published
WebDriver extension
Downloads
2
Readme
webdriver-extension
Develop
Setup
npm install
./node_modules/.bin/gulp watch
Load the app folder as unpacked extension. gulp watch
watches for
file changes and notifies the extension to reload.
Tests
Run units tests in node npm test
. Or run inside the extension by
clicking the browser action button.
e2e tests only run inside the extension. You will need to start
ChromeDriver and a web server to serve the files in app/test/web
on
port 8080
.