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

Side by Side Diff: package.json

Issue 29860555: Issue 6717 - Part 2: run qunit in headless firefox (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/file/3270e924ba9f
Patch Set: Created Aug. 23, 2018, 3:30 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « dependencies ('k') | test/firefox.js » ('j') | test/firefox.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "adblockpluschrome", 2 "name": "adblockpluschrome",
3 "repository": "https://hg.adblockplus.org/adblockpluschrome", 3 "repository": "https://hg.adblockplus.org/adblockpluschrome",
4 "license": "GPL-3.0", 4 "license": "GPL-3.0",
5 "dependencies": {}, 5 "dependencies": {},
6 "devDependencies": { 6 "devDependencies": {
7 "//": [
8 "'dmg', 'extract-zip' and 'ncp' are needed by the module",
9 "adblockpluscore/test/download_firefox.js."
10 ],
11 "dmg": "^0.1.0",
7 "eslint": "^5.1.0", 12 "eslint": "^5.1.0",
8 "eslint-config-eyeo": "^2.1.0" 13 "eslint-config-eyeo": "^2.1.0",
14 "extract-zip": "^1.6.5",
15 "geckodriver": "^1.9.0",
16 "ncp": "^2.0.0",
17 "nodeunit": "^0.9.1",
18 "selenium-webdriver": "^3.6.0"
9 }, 19 },
10 "scripts": { 20 "scripts": {
11 "lint": "eslint *.js lib/ qunit/ ext/", 21 "lint": "eslint *.js lib/ qunit/ ext/ test/",
22 "run_tests": "nodeunit test/*",
23 "test": "_run () { python build.py devenv -t $1; npm run run_tests ; } ; _ru n",
Sebastian Noack 2018/08/23 16:38:44 I'm wondering why do we need to define a sheel scr
tlucas 2018/08/23 18:56:02 Making it configurable was the reason to do this,
Sebastian Noack 2018/08/23 21:54:20 It seems we have to touch the CI configuration aga
tlucas 2018/08/24 10:25:08 Done.
12 "posttest": "npm run lint" 24 "posttest": "npm run lint"
13 } 25 }
14 } 26 }
OLDNEW
« no previous file with comments | « dependencies ('k') | test/firefox.js » ('j') | test/firefox.js » ('J')

Powered by Google App Engine
This is Rietveld