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

Unified Diff: package.json

Issue 29720661: Issue 6391 - Allow running the browser unit tests with Firefox (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Update Firefox version in README Created Aug. 3, 2018, 4:15 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 | « README.md ('k') | test/runners/.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
@@ -1,22 +1,27 @@
{
"name": "adblockpluscore",
"repository": "https://hg.adblockplus.org/adblockpluscore",
"license": "GPL-3.0",
"dependencies": {},
"devDependencies": {
"chrome-remote-interface": "^0.20.0",
+ "chromedriver": "2.36.0",
+ "dmg": "0.1.0",
"eslint": "^3.19.0",
"eslint-config-eyeo": "1.0.4",
"extract-zip": "1.6.5",
+ "geckodriver": "^1.9.0",
"memory-fs": "0.4.1",
+ "ncp": "2.0.0",
"nodeunit": "0.9.1",
"sandboxed-module": "2.0.3",
"script-loader": "0.7.0",
+ "selenium-webdriver": "^3.6.0",
"webpack": "3.5.4"
},
"scripts": {
"eslint": "eslint *.js lib test chrome",
"test": "node test_runner.js",
"posttest": "npm run eslint"
}
}
« no previous file with comments | « README.md ('k') | test/runners/.eslintrc.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld