1.1.0 • Published 9 years ago
webdriver-extension v1.1.0
webdriver-extension
Develop
Setup
npm install
./node_modules/.bin/gulp watchLoad 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.