/webextensions-test

Bachelorthesis 2 - Testframework

Primary LanguageJavaScript

webextensions-test

Getting Started

Install dependencies

  npm install

Build Extensions

install Grunt

  npm install -g grunt-cli
  grunt build

add Extension to browser

the built versions are in the build folder

browser_actions holds only tests for browserActions general holds all APIs except for browserActions (because chrome doesn't allow browserActions and pageActions at the same time)