Closed
Bug 1444192
Opened 7 years ago
Closed 6 years ago
Convert bug0000000-dummy-* tests to mochitests
Categories
(Web Compatibility :: Interventions, enhancement, P1)
Web Compatibility
Interventions
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: miketaylr, Assigned: denschub)
References
Details
The "dummy" injection tests should be converted to Mochitests to remove any external dependencies:
https://github.com/mozilla/webcompat-addon/blob/master/src/webextension/injections/css/bug0000000-dummy-css-injection.css
https://github.com/mozilla/webcompat-addon/blob/master/src/webextension/injections/js/bug0000000-dummy-js-injection.js
Assignee | ||
Comment 1•6 years ago
|
||
The tests got enriched by automated tests in our GitHub repo, but we decided to leave the manual tests in place so we're able to more easily test the functionality of our addon, as well as provide a really simple flow for QA. However, tests are no longer hosted on my infrastructure, but on a opensource, accessible-to-the-team instance hosted on Heroku, the source is at https://github.com/mozilla/webcompat-addon-testbed/ and autodeployment for that is set up. All active engineers working on the addon have access to that.
The refactorings needed to run automated tests landed in bug 1568636, so in central, there no longer is a reference to the old testbed.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•