diff options
author | Felix Böhm <felixboehm@gmx.de> | 2014-08-29 12:16:00 +0200 |
---|---|---|
committer | Felix Böhm <felixboehm@gmx.de> | 2014-08-29 12:26:30 +0200 |
commit | 50ae19cc5cbd6e1f8875100a7a7c9701da98865c (patch) | |
tree | c4d446538d6f1d0dcea21e0f06084583cf9972e3 /tests/acceptance/package.json | |
parent | 6fa609325ccbe95c6d4c4b5ece3ea0bfe91cb552 (diff) | |
download | nextcloud-server-50ae19cc5cbd6e1f8875100a7a7c9701da98865c.tar.gz nextcloud-server-50ae19cc5cbd6e1f8875100a7a7c9701da98865c.zip |
add bunch of acceptance tests
Diffstat (limited to 'tests/acceptance/package.json')
-rw-r--r-- | tests/acceptance/package.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/acceptance/package.json b/tests/acceptance/package.json new file mode 100644 index 00000000000..5173a87d2bb --- /dev/null +++ b/tests/acceptance/package.json @@ -0,0 +1,19 @@ +{ + "name": "specs", + "version": "0.0.0", + "description": "ownCloud specs for automated acceptance tests", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "Felix Böhm", + "dependencies": { + "protractor": "^1.0.0", + "request": "^2.40.0", + "xml2js": "^0.4.4", + "jasmine-spec-reporter": "^0.6.0", + "phantomjs": "^1.9.7-15" + }, + "devDependencies": { + } +} |