1.1.0 • Published 7 years ago

webdriver-extension v1.1.0

Weekly downloads
30
License
Apache-2.0
Repository
github
Last release
7 years ago

webdriver-extension

Build Status Coverage Status

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.