cypress 9.4.0 → 9.4.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +25 -25
- package/bin/cypress +3 -3
- package/lib/cli.js +14 -14
- package/lib/cypress.js +27 -27
- package/lib/errors.js +25 -25
- package/lib/exec/run.js +13 -13
- package/lib/exec/shared.js +8 -8
- package/lib/tasks/cache.js +3 -3
- package/lib/tasks/download.js +7 -7
- package/lib/tasks/get-folder-size.js +8 -8
- package/lib/tasks/state.js +17 -17
- package/lib/tasks/verify.js +11 -11
- package/lib/util.js +45 -45
- package/package.json +1 -1
- package/types/chai/index.d.ts +5 -5
- package/types/cy-blob-util.d.ts +13 -13
- package/types/cy-bluebird.d.ts +12 -12
- package/types/cy-chai.d.ts +10 -10
- package/types/cy-http.d.ts +13 -13
- package/types/cy-minimatch.d.ts +96 -96
- package/types/cypress-eventemitter.d.ts +33 -33
- package/types/cypress-expect.d.ts +3 -3
- package/types/cypress-global-vars.d.ts +22 -22
- package/types/cypress-npm-api.d.ts +404 -404
- package/types/cypress-type-helpers.d.ts +2 -2
- package/types/cypress.d.ts +5861 -5861
- package/types/index.d.ts +33 -33
- package/types/jquery/JQuery.d.ts +12939 -12939
- package/types/jquery/legacy.d.ts +200 -200
- package/types/jquery/misc.d.ts +6661 -6661
- package/types/minimatch/index.d.ts +0 -0
- package/types/mocha/index.d.ts +2801 -2801
- package/types/net-stubbing.ts +553 -553
package/types/index.d.ts
CHANGED
@@ -1,33 +1,33 @@
|
|
1
|
-
// Project: https://www.cypress.io
|
2
|
-
// GitHub: https://github.com/cypress-io/cypress
|
3
|
-
// Definitions by: Gert Hengeveld <https://github.com/ghengeveld>
|
4
|
-
// Mike Woudenberg <https://github.com/mikewoudenberg>
|
5
|
-
// Robbert van Markus <https://github.com/rvanmarkus>
|
6
|
-
// Nicholas Boll <https://github.com/nicholasboll>
|
7
|
-
// TypeScript Version: 3.4
|
8
|
-
// Updated by the Cypress team: https://www.cypress.io/about/
|
9
|
-
|
10
|
-
/// <reference path="./cy-blob-util.d.ts" />
|
11
|
-
/// <reference path="./cy-bluebird.d.ts" />
|
12
|
-
/// <reference path="./cy-minimatch.d.ts" />
|
13
|
-
/// <reference path="./cy-chai.d.ts" />
|
14
|
-
/// <reference path="./lodash/index.d.ts" />
|
15
|
-
/// <reference path="./sinon/index.d.ts" />
|
16
|
-
/// <reference path="./sinon-chai/index.d.ts" />
|
17
|
-
/// <reference path="./mocha/index.d.ts" />
|
18
|
-
/// <reference path="./jquery/index.d.ts" />
|
19
|
-
/// <reference path="./chai-jquery/index.d.ts" />
|
20
|
-
|
21
|
-
// jQuery includes dependency "sizzle" that provides types
|
22
|
-
// so we include it too in "node_modules/sizzle".
|
23
|
-
// This way jQuery can load it using 'reference types="sizzle"' directive
|
24
|
-
|
25
|
-
// load ambient declaration for "cypress" NPM module
|
26
|
-
// hmm, how to load it better?
|
27
|
-
/// <reference path="./cypress-npm-api.d.ts" />
|
28
|
-
|
29
|
-
/// <reference path="./net-stubbing.ts" />
|
30
|
-
/// <reference path="./cypress.d.ts" />
|
31
|
-
/// <reference path="./cypress-global-vars.d.ts" />
|
32
|
-
/// <reference path="./cypress-type-helpers.d.ts" />
|
33
|
-
/// <reference path="./cypress-expect.d.ts" />
|
1
|
+
// Project: https://www.cypress.io
|
2
|
+
// GitHub: https://github.com/cypress-io/cypress
|
3
|
+
// Definitions by: Gert Hengeveld <https://github.com/ghengeveld>
|
4
|
+
// Mike Woudenberg <https://github.com/mikewoudenberg>
|
5
|
+
// Robbert van Markus <https://github.com/rvanmarkus>
|
6
|
+
// Nicholas Boll <https://github.com/nicholasboll>
|
7
|
+
// TypeScript Version: 3.4
|
8
|
+
// Updated by the Cypress team: https://www.cypress.io/about/
|
9
|
+
|
10
|
+
/// <reference path="./cy-blob-util.d.ts" />
|
11
|
+
/// <reference path="./cy-bluebird.d.ts" />
|
12
|
+
/// <reference path="./cy-minimatch.d.ts" />
|
13
|
+
/// <reference path="./cy-chai.d.ts" />
|
14
|
+
/// <reference path="./lodash/index.d.ts" />
|
15
|
+
/// <reference path="./sinon/index.d.ts" />
|
16
|
+
/// <reference path="./sinon-chai/index.d.ts" />
|
17
|
+
/// <reference path="./mocha/index.d.ts" />
|
18
|
+
/// <reference path="./jquery/index.d.ts" />
|
19
|
+
/// <reference path="./chai-jquery/index.d.ts" />
|
20
|
+
|
21
|
+
// jQuery includes dependency "sizzle" that provides types
|
22
|
+
// so we include it too in "node_modules/sizzle".
|
23
|
+
// This way jQuery can load it using 'reference types="sizzle"' directive
|
24
|
+
|
25
|
+
// load ambient declaration for "cypress" NPM module
|
26
|
+
// hmm, how to load it better?
|
27
|
+
/// <reference path="./cypress-npm-api.d.ts" />
|
28
|
+
|
29
|
+
/// <reference path="./net-stubbing.ts" />
|
30
|
+
/// <reference path="./cypress.d.ts" />
|
31
|
+
/// <reference path="./cypress-global-vars.d.ts" />
|
32
|
+
/// <reference path="./cypress-type-helpers.d.ts" />
|
33
|
+
/// <reference path="./cypress-expect.d.ts" />
|