@crabnebula/test-runner-backend 0.2.4 → 0.2.6
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/CHANGELOG.md +8 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## \[0.2.6]
|
|
4
|
+
|
|
5
|
+
- [`e9fe7f8`](https://github.com/crabnebula-dev/webdriver/commit/e9fe7f852dc3e9f57b1a4797b73c1e4c17d1430d) Added support to the `--host` and `--port` flag.
|
|
6
|
+
|
|
7
|
+
## \[0.2.5]
|
|
8
|
+
|
|
9
|
+
- [`432ab4e`](https://github.com/crabnebula-dev/webdriver/commit/432ab4e68248bd6099a3728a7bcb9f4dccbfe102) Improve error handling for stale elements.
|
|
10
|
+
|
|
3
11
|
## \[0.2.4]
|
|
4
12
|
|
|
5
13
|
- [`8bd23c7`](https://github.com/crabnebula-dev/webdriver/commit/8bd23c7464dd46a3ac597254232f0365d391bf36) ([#75](https://github.com/crabnebula-dev/webdriver/pull/75) by [@lucasfernog-crabnebula](https://github.com/crabnebula-dev/webdriver/../../lucasfernog-crabnebula)) Implement missing WebDriver APIs:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crabnebula/test-runner-backend",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"main": "main.js",
|
|
5
5
|
"types": "main.d.ts",
|
|
6
6
|
"bin": {
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"version": "napi version"
|
|
31
31
|
},
|
|
32
32
|
"optionalDependencies": {
|
|
33
|
-
"@crabnebula/test-runner-backend-win32-x64-msvc": "0.2.
|
|
34
|
-
"@crabnebula/test-runner-backend-darwin-x64": "0.2.
|
|
35
|
-
"@crabnebula/test-runner-backend-linux-x64-gnu": "0.2.
|
|
36
|
-
"@crabnebula/test-runner-backend-darwin-arm64": "0.2.
|
|
33
|
+
"@crabnebula/test-runner-backend-win32-x64-msvc": "0.2.6",
|
|
34
|
+
"@crabnebula/test-runner-backend-darwin-x64": "0.2.6",
|
|
35
|
+
"@crabnebula/test-runner-backend-linux-x64-gnu": "0.2.6",
|
|
36
|
+
"@crabnebula/test-runner-backend-darwin-arm64": "0.2.6"
|
|
37
37
|
}
|
|
38
38
|
}
|