appium-novawindows2-driver 1.1.21 → 1.1.22

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 CHANGED
@@ -1,85 +1,86 @@
1
- {
2
- "name": "appium-novawindows2-driver",
3
- "version": "1.1.21",
4
- "description": "Appium driver for Windows",
5
- "keywords": [
6
- "appium",
7
- "novawindows2",
8
- "uiautomation",
9
- "powershell",
10
- "automated testing",
11
- "windows"
12
- ],
13
- "main": "build/lib/driver.js",
14
- "files": [
15
- "build/lib",
16
- "!build/lib/dll"
17
- ],
18
- "scripts": {
19
- "build": "tsc -b",
20
- "watch": "tsc -b --watch",
21
- "lint": "eslint .",
22
- "test": "mocha -r ts-node/register tests/unit/**/*.spec.ts",
23
- "test:e2e:xpath": "mocha --config tests/e2e/.mocharc.json tests/e2e/xpath.e2e.spec.ts",
24
- "test:e2e:smoke": "mocha --config tests/e2e/.mocharc.json tests/e2e/smoke.e2e.spec.ts",
25
- "test:e2e:pagesource": "mocha --no-config -r ts-node/register --timeout 120000 tests/e2e/pagesource.e2e.spec.ts",
26
- "test:e2e:click": "mocha --no-config -r ts-node/register --timeout 120000 tests/e2e/click.e2e.spec.ts",
27
- "test:e2e:click:root": "mocha --no-config -r ts-node/register --timeout 120000 tests/e2e/click_root.e2e.spec.ts",
28
- "test:e2e:click:ext": "mocha --no-config -r ts-node/register --timeout 180000 tests/e2e/click_extension.e2e.spec.ts",
29
- "test:e2e:smoke:more": "mocha --no-config -r ts-node/register --timeout 180000 tests/e2e/smoke_more.e2e.spec.ts",
30
- "test:e2e:killtree": "mocha --no-config -r ts-node/register --timeout 120000 tests/e2e/stable/killtree-nonblocking.e2e.spec.ts",
31
- "test:e2e:session-stress": "mocha --no-config -r ts-node/register --timeout 1800000 tests/e2e/stable/session-stress.e2e.spec.ts"
32
- },
33
- "author": "nguyenvanhuy0612",
34
- "license": "Apache-2.0",
35
- "repository": {
36
- "type": "git",
37
- "url": "https://github.com/nguyenvanhuy0612/appium-novawindows2-driver.git"
38
- },
39
- "bugs": {
40
- "url": "https://github.com/nguyenvanhuy0612/appium-novawindows2-driver/issues"
41
- },
42
- "peerDependencies": {
43
- "appium": "^3.1.0"
44
- },
45
- "dependencies": {
46
- "@appium/base-driver": "^10.1.0",
47
- "bezier-easing": "^2.1.0",
48
- "koffi": "^2.14.1",
49
- "xpath-analyzer": "^3.0.1"
50
- },
51
- "optionalDependencies": {
52
- "asyncbox": "^6.1.0",
53
- "teen_process": "^4.1.1"
54
- },
55
- "appium": {
56
- "driverName": "novawindows2",
57
- "automationName": "NovaWindows2",
58
- "platformNames": [
59
- "Windows"
60
- ],
61
- "mainClass": "NovaWindows2Driver"
62
- },
63
- "devDependencies": {
64
- "@appium/base-driver": "^10.1.0",
65
- "@appium/eslint-config-appium-ts": "^2.0.3",
66
- "@appium/tsconfig": "^1.1.0",
67
- "@appium/types": "^1.1.0",
68
- "@eslint/js": "^9.38.0",
69
- "@semantic-release/changelog": "^6.0.3",
70
- "@semantic-release/git": "^10.0.1",
71
- "@types/chai": "^5.2.3",
72
- "@types/mocha": "^10.0.10",
73
- "@types/node": "^24.8.1",
74
- "axios": "^1.13.2",
75
- "chai": "^6.2.2",
76
- "conventional-changelog-conventionalcommits": "^9.1.0",
77
- "eslint": "^9.38.0",
78
- "mocha": "^11.7.5",
79
- "semantic-release": "^25.0.1",
80
- "ts-node": "^10.9.2",
81
- "typescript": "^5.9.3",
82
- "typescript-eslint": "^8.46.1",
83
- "webdriverio": "^9.23.0"
84
- }
85
- }
1
+ {
2
+ "name": "appium-novawindows2-driver",
3
+ "version": "1.1.22",
4
+ "description": "Appium driver for Windows",
5
+ "keywords": [
6
+ "appium",
7
+ "novawindows2",
8
+ "uiautomation",
9
+ "powershell",
10
+ "automated testing",
11
+ "windows"
12
+ ],
13
+ "main": "build/lib/driver.js",
14
+ "files": [
15
+ "build/lib",
16
+ "!build/lib/dll"
17
+ ],
18
+ "scripts": {
19
+ "build": "tsc -b",
20
+ "watch": "tsc -b --watch",
21
+ "lint": "eslint .",
22
+ "test": "mocha -r ts-node/register tests/unit/**/*.spec.ts",
23
+ "test:e2e:xpath": "mocha --config tests/e2e/.mocharc.json tests/e2e/xpath.e2e.spec.ts",
24
+ "test:e2e:smoke": "mocha --config tests/e2e/.mocharc.json tests/e2e/smoke.e2e.spec.ts",
25
+ "test:e2e:pagesource": "mocha --no-config -r ts-node/register --timeout 120000 tests/e2e/pagesource.e2e.spec.ts",
26
+ "test:e2e:click": "mocha --no-config -r ts-node/register --timeout 120000 tests/e2e/click.e2e.spec.ts",
27
+ "test:e2e:click:root": "mocha --no-config -r ts-node/register --timeout 120000 tests/e2e/click_root.e2e.spec.ts",
28
+ "test:e2e:click:ext": "mocha --no-config -r ts-node/register --timeout 180000 tests/e2e/click_extension.e2e.spec.ts",
29
+ "test:e2e:smoke:more": "mocha --no-config -r ts-node/register --timeout 180000 tests/e2e/smoke_more.e2e.spec.ts",
30
+ "test:e2e:killtree": "mocha --no-config -r ts-node/register --timeout 120000 tests/e2e/stable/killtree-nonblocking.e2e.spec.ts",
31
+ "test:e2e:session-stress": "mocha --no-config -r ts-node/register --timeout 1800000 tests/e2e/stable/session-stress.e2e.spec.ts"
32
+ },
33
+ "author": "nguyenvanhuy0612",
34
+ "license": "Apache-2.0",
35
+ "repository": {
36
+ "type": "git",
37
+ "url": "https://github.com/nguyenvanhuy0612/appium-novawindows2-driver.git"
38
+ },
39
+ "bugs": {
40
+ "url": "https://github.com/nguyenvanhuy0612/appium-novawindows2-driver/issues"
41
+ },
42
+ "peerDependencies": {
43
+ "appium": "^3.1.0"
44
+ },
45
+ "dependencies": {
46
+ "@appium/base-driver": "^10.1.0",
47
+ "@appium/logger": "^2.0.9",
48
+ "bezier-easing": "^2.1.0",
49
+ "koffi": "^2.14.1",
50
+ "xpath-analyzer": "^3.0.1"
51
+ },
52
+ "optionalDependencies": {
53
+ "asyncbox": "^6.1.0",
54
+ "teen_process": "^4.1.1"
55
+ },
56
+ "appium": {
57
+ "driverName": "novawindows2",
58
+ "automationName": "NovaWindows2",
59
+ "platformNames": [
60
+ "Windows"
61
+ ],
62
+ "mainClass": "NovaWindows2Driver"
63
+ },
64
+ "devDependencies": {
65
+ "@appium/base-driver": "^10.1.0",
66
+ "@appium/eslint-config-appium-ts": "^2.0.3",
67
+ "@appium/tsconfig": "^1.1.0",
68
+ "@appium/types": "^1.1.0",
69
+ "@eslint/js": "^9.38.0",
70
+ "@semantic-release/changelog": "^6.0.3",
71
+ "@semantic-release/git": "^10.0.1",
72
+ "@types/chai": "^5.2.3",
73
+ "@types/mocha": "^10.0.10",
74
+ "@types/node": "^24.8.1",
75
+ "axios": "^1.13.2",
76
+ "chai": "^6.2.2",
77
+ "conventional-changelog-conventionalcommits": "^9.1.0",
78
+ "eslint": "^9.38.0",
79
+ "mocha": "^11.7.5",
80
+ "semantic-release": "^25.0.1",
81
+ "ts-node": "^10.9.2",
82
+ "typescript": "^5.9.3",
83
+ "typescript-eslint": "^8.46.1",
84
+ "webdriverio": "^9.23.0"
85
+ }
86
+ }