|
4 | 4 | "description": "Simple and complete custom Cypress commands and utilities that encourage good testing practices.",
|
5 | 5 | "main": "dist/index.js",
|
6 | 6 | "engines": {
|
7 |
| - "node": ">=10" |
| 7 | + "node": ">=10.18" |
8 | 8 | },
|
9 | 9 | "scripts": {
|
10 | 10 | "build": "kcd-scripts build",
|
11 | 11 | "lint": "kcd-scripts lint",
|
| 12 | + "setup": "npm install && npm run validate -s", |
12 | 13 | "test": "npm-run-all --parallel test:unit test:cypress",
|
| 14 | + "test:cypress": "npm run test:cypress:run", |
| 15 | + "test:cypress:open": "cypress open", |
| 16 | + "test:cypress:run": "cypress run", |
13 | 17 | "test:unit": "kcd-scripts test --no-watch",
|
14 | 18 | "test:unit:watch": "kcd-scripts test",
|
15 |
| - "test:cypress:run": "cypress run", |
16 |
| - "test:cypress:open": "cypress open", |
17 |
| - "test:cypress": "npm run test:cypress:run", |
18 | 19 | "test:cypress:dev": "npm run test:cypress:open",
|
19 |
| - "validate": "kcd-scripts validate build,lint,test", |
20 |
| - "setup": "npm install && npm run validate -s" |
| 20 | + "validate": "kcd-scripts validate build,lint,test" |
21 | 21 | },
|
22 | 22 | "husky": {
|
23 | 23 | "hooks": {
|
|
38 | 38 | "end-to-end",
|
39 | 39 | "e2e"
|
40 | 40 | ],
|
41 |
| - "author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)", |
| 41 | + "author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)", |
42 | 42 | "license": "MIT",
|
43 | 43 | "dependencies": {
|
44 | 44 | "@babel/runtime": "^7.8.7",
|
|
68 | 68 | ],
|
69 | 69 | "repository": {
|
70 | 70 | "type": "git",
|
71 |
| - "url": "https://github.com/kentcdodds/cypress-testing-library.git" |
| 71 | + "url": "https://github.com/kentcdodds/cypress-testing-library" |
72 | 72 | },
|
73 | 73 | "bugs": {
|
74 | 74 | "url": "https://github.com/kentcdodds/cypress-testing-library/issues"
|
|
0 commit comments