forked from percy/example-percy-selenium-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 693 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 693 Bytes
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
{
"private": true,
"name": "example-percy-seleniumjs",
"description": "Example app to show how to visual test JavaScript Selenium with Percy",
"repository": "https://github.com/percy/example-percy-seleniumjs",
"keywords": [
"selenium",
"javascript selenium",
"percy",
"visual testing"
],
"author": "Perceptual Inc.",
"license": "MIT",
"scripts": {
"test": "percy exec -- node tests/test.js"
},
"devDependencies": {
"@percy/cli": "^1.0.5",
"@percy/selenium-webdriver": "^1.0.2",
"geckodriver": "^3.0.1",
"http-server": "^0.11.1",
"selenium-webdriver": "^4.0.0",
"todomvc-app-css": "^2.2.0",
"todomvc-common": "^1.0.5"
}
}