Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: package.json

Issue 29871628: Issue 6918 - Integrated the test pages with the WebDriver-based test runner (Closed)
Patch Set: Don't skip previously broken test cases Created Sept. 3, 2018, 6:10 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/.eslintrc.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | test/.eslintrc.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld