@qavajs/cypress 0.2.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qavajs/cypress",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "qavajs compatible framework on cypress runner",
|
|
5
|
-
"main": "",
|
|
5
|
+
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"debug": "cypress open --config-file test-e2e/cypress.config.js",
|
|
8
8
|
"test": "cypress run --config-file test-e2e/cypress.config.js"
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"author": "Alexandr Galichenko",
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@qavajs/cypress-runner-adapter": "^0.
|
|
18
|
-
"@qavajs/memory": "^1.
|
|
17
|
+
"@qavajs/cypress-runner-adapter": "^1.0.0",
|
|
18
|
+
"@qavajs/memory": "^1.10.2",
|
|
19
19
|
"@qavajs/po-cypress": "^0.2.0",
|
|
20
|
-
"cypress": "^13.
|
|
20
|
+
"cypress": "^13.17.0"
|
|
21
21
|
}
|
|
22
22
|
}
|