@zohodesk/testinglibrary 0.0.9-n20-experimental → 0.0.10-n20-experimental
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.
|
@@ -31,6 +31,8 @@ class SpawnRunner extends _Runner.default {
|
|
|
31
31
|
});
|
|
32
32
|
}
|
|
33
33
|
runPreprocessing() {
|
|
34
|
+
console.log("Node version:", process.version);
|
|
35
|
+
_logger.Logger.log(_logger.Logger.SUCCESS_TYPE, "Node version- " + process.version);
|
|
34
36
|
//This below functoin is called to copy the data generator spec files to the current project
|
|
35
37
|
(0, _commonUtils.copyCommonSpecs)();
|
|
36
38
|
const {
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/testinglibrary",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10-n20-experimental",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zohodesk/testinglibrary",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.10-n20-experimental",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"@reportportal/agent-js-playwright": "5.2.2",
|
|
18
18
|
"@testing-library/jest-dom": "6.8.0",
|
|
19
19
|
"@testing-library/react": "16.3.0",
|
|
20
|
+
"@zohodesk/testinglibrary": "file:zohodesk-testinglibrary-0.0.10-n20-experimental.tgz",
|
|
20
21
|
"babel-jest": "30.1.2",
|
|
21
22
|
"babel-plugin-transform-dynamic-import": "2.1.0",
|
|
22
23
|
"fast-glob": "3.3.3",
|
|
@@ -4283,6 +4284,39 @@
|
|
|
4283
4284
|
"win32"
|
|
4284
4285
|
]
|
|
4285
4286
|
},
|
|
4287
|
+
"node_modules/@zohodesk/testinglibrary": {
|
|
4288
|
+
"version": "0.0.10-n20-experimental",
|
|
4289
|
+
"resolved": "file:zohodesk-testinglibrary-0.0.10-n20-experimental.tgz",
|
|
4290
|
+
"integrity": "sha512-hiS4ZxGeP3IK1S6aYR8zCyl22SWBJhF78D9IFxgnMrYLaPnu385Um4UaL9ue+vt79lbN5HF2iqGMAcdLViLrsw==",
|
|
4291
|
+
"hasInstallScript": true,
|
|
4292
|
+
"license": "ISC",
|
|
4293
|
+
"dependencies": {
|
|
4294
|
+
"@babel/code-frame": "7.27.1",
|
|
4295
|
+
"@babel/preset-react": "7.27.1",
|
|
4296
|
+
"@cucumber/cucumber": "12.2.0",
|
|
4297
|
+
"@playwright/test": "1.56.0",
|
|
4298
|
+
"@reportportal/agent-js-playwright": "5.2.2",
|
|
4299
|
+
"@testing-library/jest-dom": "6.8.0",
|
|
4300
|
+
"@testing-library/react": "16.3.0",
|
|
4301
|
+
"babel-jest": "30.1.2",
|
|
4302
|
+
"babel-plugin-transform-dynamic-import": "2.1.0",
|
|
4303
|
+
"fast-glob": "3.3.3",
|
|
4304
|
+
"jest": "30.1.2",
|
|
4305
|
+
"jest-environment-jsdom": "30.1.2",
|
|
4306
|
+
"msw": "2.11.2",
|
|
4307
|
+
"playwright": "1.56.0",
|
|
4308
|
+
"playwright-bdd": "8.4.1",
|
|
4309
|
+
"supports-color": "10.2.2"
|
|
4310
|
+
},
|
|
4311
|
+
"bin": {
|
|
4312
|
+
"ZDTestingFramework": "bin/cli.js"
|
|
4313
|
+
},
|
|
4314
|
+
"peerDependencies": {
|
|
4315
|
+
"eslint": "*",
|
|
4316
|
+
"react": "*",
|
|
4317
|
+
"react-dom": "*"
|
|
4318
|
+
}
|
|
4319
|
+
},
|
|
4286
4320
|
"node_modules/acorn": {
|
|
4287
4321
|
"version": "8.15.0",
|
|
4288
4322
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/testinglibrary",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10-n20-experimental",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./build/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"@reportportal/agent-js-playwright": "5.2.2",
|
|
30
30
|
"@testing-library/jest-dom": "6.8.0",
|
|
31
31
|
"@testing-library/react": "16.3.0",
|
|
32
|
+
"@zohodesk/testinglibrary": "file:zohodesk-testinglibrary-0.0.10-n20-experimental.tgz",
|
|
32
33
|
"babel-jest": "30.1.2",
|
|
33
34
|
"babel-plugin-transform-dynamic-import": "2.1.0",
|
|
34
35
|
"fast-glob": "3.3.3",
|
|
@@ -36,8 +37,8 @@
|
|
|
36
37
|
"jest-environment-jsdom": "30.1.2",
|
|
37
38
|
"msw": "2.11.2",
|
|
38
39
|
"playwright": "1.56.0",
|
|
39
|
-
"
|
|
40
|
-
"
|
|
40
|
+
"playwright-bdd": "8.4.1",
|
|
41
|
+
"supports-color": "10.2.2"
|
|
41
42
|
},
|
|
42
43
|
"bin": {
|
|
43
44
|
"ZDTestingFramework": "./bin/cli.js"
|
|
Binary file
|