biancadanforth / taskcluster-integration-poc

A proof-of-concept to push to the Try server from GitHub via a Taskcluster job for off-train experiments at Mozilla
Mozilla Public License 2.0
0 stars 0 forks source link

Initial webextension and setup #1

Closed biancadanforth closed 5 years ago

biancadanforth commented 5 years ago

Add some basic scripting commands with webpack and web-ext.

The webextension loads content-script.js into all http(s) pages.

Notably, linting and testing are missing, and npm test will not work. This command needs be updated later with the desired mach try... syntax for which tests to run (including Mozilla's eslint test(s)).