@mobilewright/test 0.0.47 → 0.0.49

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 +2 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -495,6 +495,8 @@ The Inspector opens automatically in your browser. Select a device from the pick
495
495
 
496
496
  Locator priority matches what mobilewright uses: `getByTestId` > `getByRole` > `getByLabel` > `getByText`.
497
497
 
498
+ ![Mobilewright Inspector](docs/src/images/inspector.png)
499
+
498
500
  ### `mobilewright screenshot`
499
501
 
500
502
  Capture a screenshot of a connected device. Auto-starts mobilecli if it isn't running.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobilewright/test",
3
- "version": "0.0.47",
3
+ "version": "0.0.49",
4
4
  "description": "Test fixtures for Mobilewright",
5
5
  "homepage": "https://mobilewright.dev",
6
6
  "license": "Apache-2.0",
@@ -29,10 +29,10 @@
29
29
  "dist"
30
30
  ],
31
31
  "dependencies": {
32
- "@mobilewright/core": "^0.0.47",
33
- "@mobilewright/protocol": "^0.0.47",
32
+ "@mobilewright/core": "^0.0.49",
33
+ "@mobilewright/protocol": "^0.0.49",
34
34
  "@playwright/test": "1.58.2",
35
35
  "debug": "^4.4.3",
36
- "mobilewright": "^0.0.47"
36
+ "mobilewright": "^0.0.49"
37
37
  }
38
38
  }