wdio-obsidian-service 2.1.4 → 2.1.5
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/README.md +0 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -199,9 +199,6 @@ it("test the thing", async function() {
|
|
|
199
199
|
|
|
200
200
|
Testing on iOS is currently not supported.
|
|
201
201
|
|
|
202
|
-
### MacOS
|
|
203
|
-
MacOS security settings will sometimes block the downloaded Obsidian executables from running with errors like `Obsidian is damaged and can't be opened. This file was downloaded on an unknown date`. You can work around this by setting the executable as allowed in "Privacy & Security" settings. See this [comment on issue #46](https://github.com/jesse-r-s-hines/wdio-obsidian-service/issues/46#issuecomment-3419205737) for instructions.
|
|
204
|
-
|
|
205
202
|
### Mobile Emulation
|
|
206
203
|
|
|
207
204
|
Testing your plugin with "mobile emulation" is very easy to set up. Just add a capability like this in your `wdio.conf.mts`:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wdio-obsidian-service",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.5",
|
|
4
4
|
"description": "A WebdriverIO service for end-to-end testing of Obsidian plugins",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"obsidian",
|
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
"tsup": "^8.5.0",
|
|
56
56
|
"tsx": "^4.20.3",
|
|
57
57
|
"typescript": "^5.9.2",
|
|
58
|
-
"wdio-obsidian-reporter": "2.1.
|
|
58
|
+
"wdio-obsidian-reporter": "2.1.5"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"lodash": "^4.17.21",
|
|
62
|
-
"obsidian-launcher": "2.1.
|
|
62
|
+
"obsidian-launcher": "2.1.5",
|
|
63
63
|
"semver": "^7.7.2",
|
|
64
64
|
"tar": "^7.4.3"
|
|
65
65
|
},
|