-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 936 Bytes
/
package.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "cypress-extender",
"version": "1.0.35",
"description": "Extends the functinality of Cypress to ease its usage.",
"main": "index.js",
"scripts": {
"test": "cd test; ./node_modules/.bin/cypress run",
"test:open": "cd test; ./node_modules/.bin/cypress open"
},
"repository": {
"type": "git",
"url": "https://github.com/shaynet10/cypress-extender"
},
"keywords": [
"Cypress",
"Cypres",
"Cyprss",
"pptr",
"selenium",
"condition",
"loop",
"cypress",
"cyprss",
"cprss",
"extend",
"extnd",
"extender",
"extending",
"if",
"while",
"wait",
"loop",
"cpress",
"cy",
"cy.get",
"cypress-if",
"test",
"cypress-test",
"condition",
"cypress-condition"
],
"author": "Shay Gueta",
"license": "MIT",
"dependencies": {
"cypress-clipboard": "^1.0.3",
"cypress-extender-arrays": "^1.1.2"
}
}