diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-02-14 15:04:08 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-07-29 22:51:58 +0200 |
commit | 33f26c8da236761a41b874421ba07979ab1d5bbf (patch) | |
tree | 227aa105bbad4db9637301c72c77ca57bab28daa /tests/ui-regression/package.json | |
parent | 0c7a17795bc553cbee8e0169e2db4c41c1d6e765 (diff) | |
download | nextcloud-server-33f26c8da236761a41b874421ba07979ab1d5bbf.tar.gz nextcloud-server-33f26c8da236761a41b874421ba07979ab1d5bbf.zip |
Frontend regression testing with puppeteer
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'tests/ui-regression/package.json')
-rw-r--r-- | tests/ui-regression/package.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/ui-regression/package.json b/tests/ui-regression/package.json new file mode 100644 index 00000000000..979dfed3dec --- /dev/null +++ b/tests/ui-regression/package.json @@ -0,0 +1,21 @@ +{ + "name": "ui-regression", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "mocha test/" + }, + "author": "", + "dependencies": { + "fs": "0.0.1-security", + "chai": "^4.1.2", + "mocha": "^5.0.0", + "mocha-json-report": "0.0.2", + "pixelmatch": "^4.0.2", + "png-js": "^0.1.1", + "pngjs2": "^2.0.0", + "polyserve": "^0.23.0", + "puppeteer": "^1.0.0" + } +} |