-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 882 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "backstopjs-test",
"version": "2.1.1",
"description": "A Script that Automates BackstopJS (or, technically, Backstop-Playwright) Tests in Chromium, Firefox, or WebKit Environment, and Deploys Failed Reports onto S3 Buckets",
"license": "CC-BY-NC-SA-4.0",
"author": {
"name": "McCoy Zhu",
"email": "mccoy.zhu@nyu.edu",
"url": "https://github.com/zhumingcheng697"
},
"repository": {
"type": "git",
"url": "https://github.com/zhumingcheng697/BackstopJS-Test.git"
},
"dependencies": {
"aws-sdk": "^2.836.0",
"backstop-playwright": "^0.0",
"open": "^7.3.0",
"playwright": "^1.8.0",
"yaml": "^1.10.0"
},
"scripts": {
"start": "node backstopjs-test.js",
"combine": "node combine-reports.js",
"deploy": "node deploy-reports.js",
"overwrite-deploy": "OVERWRITE_REFERENCE=1 node deploy-reports.js"
}
}