forked from elastic/elastic-charts
-
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) · 796 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 796 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
{
"name": "charts-e2e",
"private": "true",
"description": "Visual regression test runner",
"license": "SEE LICENSE IN LICENSE.txt",
"scripts": {
"clean": "./scripts/clean.sh",
"test": "./scripts/start.sh",
"test:a11y": "./scripts/start.sh --a11y",
"start": "npx http-server ./server --port 9002",
"test:playwright": "./scripts/test.sh",
"test:playwright:a11y": "./scripts/test.sh --a11y",
"merge:reports": "ts-node ./merge_html_reports.ts",
"playwright": "playwright"
},
"dependencies": {
"@playwright/test": "^1.47.2",
"@types/node": "^20.10.0",
"change-case": "^4.1.2",
"expect-playwright": "^0.8.0",
"playwright-merge-html-reports": "^0.2.3",
"slugify": "^1.6.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}