-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 850 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 850 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
27
28
29
30
31
32
{
"name": "end_to_end_testing",
"version": "1.0.0",
"description": "Software Quality achieved through End to End testing, including responsive, API integration, visual regression, and smoke. UX Design System Lit Web Components PWA Vue ✨ HTMX",
"main": "index.js",
"scripts": {
"test": "cypress run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neodigm/end_to_end_testing.git"
},
"keywords": [
"Quality",
"TypeScript",
"TDD",
"cypress",
"test",
"jest",
"unit",
"regression"
],
"author": "Scott C. Krause 🍰 Arcanus 55, inc.",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/neodigm/end_to_end_testing/issues"
},
"homepage": "https://github.com/neodigm/end_to_end_testing#readme",
"devDependencies": {
"cypress": "^2.4.1"
}
}