cypress 3.3.2 → 3.6.0
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/lib/cli.js +15 -6
- package/lib/errors.js +59 -33
- package/lib/exec/open.js +4 -0
- package/lib/exec/run.js +4 -0
- package/lib/exec/spawn.js +54 -20
- package/lib/exec/versions.js +0 -1
- package/lib/exec/xvfb.js +1 -1
- package/lib/tasks/download.js +124 -15
- package/lib/tasks/install.js +10 -9
- package/lib/tasks/state.js +24 -2
- package/lib/tasks/unzip.js +0 -1
- package/lib/tasks/verify.js +40 -8
- package/lib/util.js +113 -14
- package/package.json +17 -16
- package/types/blob-util/package.json +51 -0
- package/types/bluebird/package.json +51 -0
- package/types/chai/package.json +81 -0
- package/types/chai-jquery/package.json +55 -0
- package/types/cy-chai.d.ts +5 -7
- package/types/cypress-npm-api.d.ts +50 -24
- package/types/index.d.ts +210 -11
- package/types/jquery/JQuery.d.ts +12942 -0
- package/types/jquery/JQueryStatic.d.ts +13521 -0
- package/types/jquery/LICENSE +21 -21
- package/types/jquery/README.md +4 -4
- package/types/jquery/index.d.ts +7 -8533
- package/types/jquery/legacy.d.ts +204 -0
- package/types/jquery/misc.d.ts +6661 -0
- package/types/jquery/package.json +140 -0
- package/types/lodash/package.json +85 -0
- package/types/minimatch/package.json +56 -0
- package/types/mocha/README.md +5 -5
- package/types/mocha/index.d.ts +2986 -241
- package/types/mocha/package.json +73 -0
- package/types/sinon/package.json +88 -0
- package/types/sinon-chai/package.json +63 -0
@@ -0,0 +1,140 @@
|
|
1
|
+
{
|
2
|
+
"_from": "@types/jquery@3.3.31",
|
3
|
+
"_id": "@types/jquery@3.3.31",
|
4
|
+
"_inBundle": false,
|
5
|
+
"_integrity": "sha512-Lz4BAJihoFw5nRzKvg4nawXPzutkv7wmfQ5121avptaSIXlDNJCUuxZxX/G+9EVidZGuO0UBlk+YjKbwRKJigg==",
|
6
|
+
"_location": "/@types/jquery",
|
7
|
+
"_phantomChildren": {},
|
8
|
+
"_requested": {
|
9
|
+
"type": "version",
|
10
|
+
"registry": true,
|
11
|
+
"raw": "@types/jquery@3.3.31",
|
12
|
+
"name": "@types/jquery",
|
13
|
+
"escapedName": "@types%2fjquery",
|
14
|
+
"scope": "@types",
|
15
|
+
"rawSpec": "3.3.31",
|
16
|
+
"saveSpec": null,
|
17
|
+
"fetchSpec": "3.3.31"
|
18
|
+
},
|
19
|
+
"_requiredBy": [
|
20
|
+
"#DEV:/",
|
21
|
+
"/@types/chai-jquery"
|
22
|
+
],
|
23
|
+
"_resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.3.31.tgz",
|
24
|
+
"_shasum": "27c706e4bf488474e1cb54a71d8303f37c93451b",
|
25
|
+
"_spec": "@types/jquery@3.3.31",
|
26
|
+
"_where": "/root/cypress/cli",
|
27
|
+
"bugs": {
|
28
|
+
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
|
29
|
+
},
|
30
|
+
"bundleDependencies": false,
|
31
|
+
"contributors": [
|
32
|
+
{
|
33
|
+
"name": "Leonard Thieu",
|
34
|
+
"url": "https://github.com/leonard-thieu"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"name": "Boris Yankov",
|
38
|
+
"url": "https://github.com/borisyankov"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"name": "Christian Hoffmeister",
|
42
|
+
"url": "https://github.com/choffmeister"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"name": "Steve Fenton",
|
46
|
+
"url": "https://github.com/Steve-Fenton"
|
47
|
+
},
|
48
|
+
{
|
49
|
+
"name": "Diullei Gomes",
|
50
|
+
"url": "https://github.com/Diullei"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"name": "Tass Iliopoulos",
|
54
|
+
"url": "https://github.com/tasoili"
|
55
|
+
},
|
56
|
+
{
|
57
|
+
"name": "Jason Swearingen",
|
58
|
+
"url": "https://github.com/jasons-novaleaf"
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"name": "Sean Hill",
|
62
|
+
"url": "https://github.com/seanski"
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"name": "Guus Goossens",
|
66
|
+
"url": "https://github.com/Guuz"
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"name": "Kelly Summerlin",
|
70
|
+
"url": "https://github.com/ksummerlin"
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"name": "Basarat Ali Syed",
|
74
|
+
"url": "https://github.com/basarat"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"name": "Nicholas Wolverson",
|
78
|
+
"url": "https://github.com/nwolverson"
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"name": "Derek Cicerone",
|
82
|
+
"url": "https://github.com/derekcicerone"
|
83
|
+
},
|
84
|
+
{
|
85
|
+
"name": "Andrew Gaspar",
|
86
|
+
"url": "https://github.com/AndrewGaspar"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"name": "Seikichi Kondo",
|
90
|
+
"url": "https://github.com/seikichi"
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"name": "Benjamin Jackman",
|
94
|
+
"url": "https://github.com/benjaminjackman"
|
95
|
+
},
|
96
|
+
{
|
97
|
+
"name": "Poul Sorensen",
|
98
|
+
"url": "https://github.com/s093294"
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"name": "Josh Strobl",
|
102
|
+
"url": "https://github.com/JoshStrobl"
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"name": "John Reilly",
|
106
|
+
"url": "https://github.com/johnnyreilly"
|
107
|
+
},
|
108
|
+
{
|
109
|
+
"name": "Dick van den Brink",
|
110
|
+
"url": "https://github.com/DickvdBrink"
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"name": "Thomas Schulz",
|
114
|
+
"url": "https://github.com/King2500"
|
115
|
+
},
|
116
|
+
{
|
117
|
+
"name": "Terry Mun",
|
118
|
+
"url": "https://github.com/terrymun"
|
119
|
+
}
|
120
|
+
],
|
121
|
+
"dependencies": {
|
122
|
+
"@types/sizzle": "*"
|
123
|
+
},
|
124
|
+
"deprecated": false,
|
125
|
+
"description": "TypeScript definitions for jquery",
|
126
|
+
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
|
127
|
+
"license": "MIT",
|
128
|
+
"main": "",
|
129
|
+
"name": "@types/jquery",
|
130
|
+
"repository": {
|
131
|
+
"type": "git",
|
132
|
+
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
133
|
+
"directory": "types/jquery"
|
134
|
+
},
|
135
|
+
"scripts": {},
|
136
|
+
"typeScriptVersion": "2.3",
|
137
|
+
"types": "index",
|
138
|
+
"typesPublisherContentHash": "6f3ac74aa9f284b3450b4dcbcabc842bfc2a70fa2d92e745851044d2bb78e94b",
|
139
|
+
"version": "3.3.31"
|
140
|
+
}
|
@@ -0,0 +1,85 @@
|
|
1
|
+
{
|
2
|
+
"_from": "@types/lodash@4.14.122",
|
3
|
+
"_id": "@types/lodash@4.14.122",
|
4
|
+
"_inBundle": false,
|
5
|
+
"_integrity": "sha512-9IdED8wU93ty8gP06ninox+42SBSJHp2IAamsSYMUY76mshRTeUsid/gtbl8ovnOwy8im41ib4cxTiIYMXGKew==",
|
6
|
+
"_location": "/@types/lodash",
|
7
|
+
"_phantomChildren": {},
|
8
|
+
"_requested": {
|
9
|
+
"type": "version",
|
10
|
+
"registry": true,
|
11
|
+
"raw": "@types/lodash@4.14.122",
|
12
|
+
"name": "@types/lodash",
|
13
|
+
"escapedName": "@types%2flodash",
|
14
|
+
"scope": "@types",
|
15
|
+
"rawSpec": "4.14.122",
|
16
|
+
"saveSpec": null,
|
17
|
+
"fetchSpec": "4.14.122"
|
18
|
+
},
|
19
|
+
"_requiredBy": [
|
20
|
+
"#DEV:/"
|
21
|
+
],
|
22
|
+
"_resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.122.tgz",
|
23
|
+
"_shasum": "3e31394c38cf1e5949fb54c1192cbc406f152c6c",
|
24
|
+
"_spec": "@types/lodash@4.14.122",
|
25
|
+
"_where": "/root/cypress/cli",
|
26
|
+
"bugs": {
|
27
|
+
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
|
28
|
+
},
|
29
|
+
"bundleDependencies": false,
|
30
|
+
"contributors": [
|
31
|
+
{
|
32
|
+
"name": "Brian Zengel",
|
33
|
+
"url": "https://github.com/bczengel"
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"name": "Ilya Mochalov",
|
37
|
+
"url": "https://github.com/chrootsu"
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"name": "Stepan Mikhaylyuk",
|
41
|
+
"url": "https://github.com/stepancar"
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"name": "AJ Richardson",
|
45
|
+
"url": "https://github.com/aj-r"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"name": "Junyoung Clare Jang",
|
49
|
+
"url": "https://github.com/ailrun"
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"name": "e-cloud",
|
53
|
+
"url": "https://github.com/e-cloud"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"name": "Georgii Dolzhykov",
|
57
|
+
"url": "https://github.com/thorn0"
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"name": "Jack Moore",
|
61
|
+
"url": "https://github.com/jtmthf"
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"name": "Dominique Rau",
|
65
|
+
"url": "https://github.com/DomiR"
|
66
|
+
}
|
67
|
+
],
|
68
|
+
"dependencies": {},
|
69
|
+
"deprecated": false,
|
70
|
+
"description": "TypeScript definitions for Lo-Dash",
|
71
|
+
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
|
72
|
+
"license": "MIT",
|
73
|
+
"main": "",
|
74
|
+
"name": "@types/lodash",
|
75
|
+
"repository": {
|
76
|
+
"type": "git",
|
77
|
+
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
78
|
+
"directory": "types/lodash"
|
79
|
+
},
|
80
|
+
"scripts": {},
|
81
|
+
"typeScriptVersion": "2.8",
|
82
|
+
"types": "index",
|
83
|
+
"typesPublisherContentHash": "f9ef5d346ee8015426be9faf8cae74064821c2dd5f3b1feca7597aa0026191d4",
|
84
|
+
"version": "4.14.122"
|
85
|
+
}
|
@@ -0,0 +1,56 @@
|
|
1
|
+
{
|
2
|
+
"_from": "@types/minimatch@3.0.3",
|
3
|
+
"_id": "@types/minimatch@3.0.3",
|
4
|
+
"_inBundle": false,
|
5
|
+
"_integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==",
|
6
|
+
"_location": "/@types/minimatch",
|
7
|
+
"_phantomChildren": {},
|
8
|
+
"_requested": {
|
9
|
+
"type": "version",
|
10
|
+
"registry": true,
|
11
|
+
"raw": "@types/minimatch@3.0.3",
|
12
|
+
"name": "@types/minimatch",
|
13
|
+
"escapedName": "@types%2fminimatch",
|
14
|
+
"scope": "@types",
|
15
|
+
"rawSpec": "3.0.3",
|
16
|
+
"saveSpec": null,
|
17
|
+
"fetchSpec": "3.0.3"
|
18
|
+
},
|
19
|
+
"_requiredBy": [
|
20
|
+
"#DEV:/",
|
21
|
+
"/@types/glob"
|
22
|
+
],
|
23
|
+
"_resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz",
|
24
|
+
"_shasum": "3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d",
|
25
|
+
"_spec": "@types/minimatch@3.0.3",
|
26
|
+
"_where": "/root/cypress/cli",
|
27
|
+
"bugs": {
|
28
|
+
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
|
29
|
+
},
|
30
|
+
"bundleDependencies": false,
|
31
|
+
"contributors": [
|
32
|
+
{
|
33
|
+
"name": "vvakame",
|
34
|
+
"url": "https://github.com/vvakame"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"name": "Shant Marouti",
|
38
|
+
"url": "https://github.com/shantmarouti"
|
39
|
+
}
|
40
|
+
],
|
41
|
+
"dependencies": {},
|
42
|
+
"deprecated": false,
|
43
|
+
"description": "TypeScript definitions for Minimatch",
|
44
|
+
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
|
45
|
+
"license": "MIT",
|
46
|
+
"main": "",
|
47
|
+
"name": "@types/minimatch",
|
48
|
+
"repository": {
|
49
|
+
"type": "git",
|
50
|
+
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
|
51
|
+
},
|
52
|
+
"scripts": {},
|
53
|
+
"typeScriptVersion": "2.0",
|
54
|
+
"typesPublisherContentHash": "e768e36348874adcc93ac67e9c3c7b5fcbd39079c0610ec16e410b8f851308d1",
|
55
|
+
"version": "3.0.3"
|
56
|
+
}
|
package/types/mocha/README.md
CHANGED
@@ -2,15 +2,15 @@
|
|
2
2
|
> `npm install --save @types/mocha`
|
3
3
|
|
4
4
|
# Summary
|
5
|
-
This package contains type definitions for mocha (
|
5
|
+
This package contains type definitions for mocha ( https://mochajs.org ).
|
6
6
|
|
7
7
|
# Details
|
8
|
-
Files were exported from https://
|
8
|
+
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mocha
|
9
9
|
|
10
10
|
Additional Details
|
11
|
-
* Last updated: Thu,
|
11
|
+
* Last updated: Thu, 30 May 2019 18:05:34 GMT
|
12
12
|
* Dependencies: none
|
13
|
-
* Global values: Mocha, after, afterEach, before, beforeEach, context, describe, it, mocha, run, setup, specify, suite, suiteSetup, suiteTeardown, teardown, test, xdescribe, xit
|
13
|
+
* Global values: Mocha, after, afterEach, before, beforeEach, context, describe, it, mocha, run, setup, specify, suite, suiteSetup, suiteTeardown, teardown, test, xcontext, xdescribe, xit, xspecify
|
14
14
|
|
15
15
|
# Credits
|
16
|
-
These definitions were written by Kazi Manzur Rashid <https://github.com/kazimanzurrashid>, otiai10 <https://github.com/otiai10>, jt000 <https://github.com/jt000>, Vadim Macagon <https://github.com/enlight>.
|
16
|
+
These definitions were written by Kazi Manzur Rashid <https://github.com/kazimanzurrashid>, otiai10 <https://github.com/otiai10>, jt000 <https://github.com/jt000>, Vadim Macagon <https://github.com/enlight>, Andrew Bradley <https://github.com/cspotcode>, Dmitrii Sorin <https://github.com/1999>.
|