wdio-obsidian-service 2.1.3 → 2.1.4
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 +1 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -200,9 +200,7 @@ it("test the thing", async function() {
|
|
|
200
200
|
Testing on iOS is currently not supported.
|
|
201
201
|
|
|
202
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.
|
|
204
|
-
|
|
205
|
-
If anybody more Mac-savvy knows how to prevent triggering this security check, a PR would be much appreciated! 😅
|
|
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.
|
|
206
204
|
|
|
207
205
|
### Mobile Emulation
|
|
208
206
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wdio-obsidian-service",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4",
|
|
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.4"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"lodash": "^4.17.21",
|
|
62
|
-
"obsidian-launcher": "2.1.
|
|
62
|
+
"obsidian-launcher": "2.1.4",
|
|
63
63
|
"semver": "^7.7.2",
|
|
64
64
|
"tar": "^7.4.3"
|
|
65
65
|
},
|