 Issue 29871628:
  Issue 6918 - Integrated the test pages with the WebDriver-based test runner  (Closed)
    
  
    Issue 29871628:
  Issue 6918 - Integrated the test pages with the WebDriver-based test runner  (Closed) 
  | Index: package.json | 
| =================================================================== | 
| --- a/package.json | 
| +++ b/package.json | 
| @@ -19,7 +19,8 @@ | 
| "geckodriver": "^1.9.0", | 
| "ncp": "^2.0.0", | 
| "mocha": "^5.2.0", | 
| - "selenium-webdriver": "^3.6.0" | 
| + "selenium-webdriver": "^3.6.0", | 
| + "jimp": "^0.3.11" | 
| 
hub
2018/09/04 14:15:09
don't we usually keep the modules in alphabetical
 
Sebastian Noack
2018/09/04 14:29:14
I didn't notice, but you seem to be right. Done.
 | 
| }, | 
| "scripts": { | 
| "pretest": "python ensure_dependencies.py", |