summaryrefslogtreecommitdiffstats
path: root/build/package.json
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-12-29 08:18:29 +0100
committerJulius Härtl <jus@bitgrid.net>2020-12-29 08:42:27 +0100
commitc7a320d880e8275ebbd7c96022d173381e154bf4 (patch)
tree7cca66b1ea5d2379361c4060f972e8d201bdb437 /build/package.json
parent14306222df3e7fe3b3dfeb1ab17a92deb4bf1520 (diff)
downloadnextcloud-server-c7a320d880e8275ebbd7c96022d173381e154bf4.tar.gz
nextcloud-server-c7a320d880e8275ebbd7c96022d173381e154bf4.zip
jsunit: Run jsunit with chromium/puppeteer on github actions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'build/package.json')
-rw-r--r--build/package.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/build/package.json b/build/package.json
index a19da6842e0..2fed361db92 100644
--- a/build/package.json
+++ b/build/package.json
@@ -9,21 +9,20 @@
"private": true,
"homepage": "https://github.com/nextcloud/",
"contributors": [],
- "dependencies": {},
"devDependencies": {
"handlebars": "^4.7.6",
"jasmine-core": "~2.5.2",
"jasmine-sinon": "^0.4.0",
"jsdoc": "^3.6.6",
- "karma": "^3.1.4",
+ "karma": "^5.2.3",
+ "karma-chrome-launcher": "^3.1.0",
"karma-coverage": "2.0.1",
"karma-jasmine": "^1.1.2",
"karma-jasmine-sinon": "^1.0.4",
- "karma-junit-reporter": "^1.2.0",
- "karma-phantomjs-launcher": "^1.0.4",
+ "karma-spec-reporter": "^0.0.32",
"karma-viewport": "^1.0.7",
"node-sass": "~4.14.1",
- "phantomjs-prebuilt": "*",
+ "puppeteer": "^5.5.0",
"sinon": "<= 5.0.7"
},
"engine": "node >= 6.9"