wdio-obsidian-service 2.1.4 → 2.1.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.
Files changed (2) hide show
  1. package/README.md +1 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -16,7 +16,7 @@ If you want to get going quickly, you can use the [wdio-obsidian-service sample
16
16
 
17
17
  See also: [WebdriverIO | Getting Started](https://webdriver.io/docs/gettingstarted).
18
18
 
19
- To set up `wdio-obsidian-service` run the WebdriverIO Starter Toolkit:
19
+ To set up `wdio-obsidian-service` manually in an existing project, run the WebdriverIO Starter Toolkit:
20
20
  ```bash
21
21
  npm init wdio@latest .
22
22
  ```
@@ -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.4",
3
+ "version": "2.1.6",
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.4"
58
+ "wdio-obsidian-reporter": "2.1.6"
59
59
  },
60
60
  "dependencies": {
61
61
  "lodash": "^4.17.21",
62
- "obsidian-launcher": "2.1.4",
62
+ "obsidian-launcher": "2.1.6",
63
63
  "semver": "^7.7.2",
64
64
  "tar": "^7.4.3"
65
65
  },