You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mobilewright.config.ts # Device and app configuration
22
+
tests/
23
+
example.spec.ts # A working test you can run immediately
24
+
package.json
25
+
```
26
+
27
+
## Run your first test
28
+
29
+
```sh
30
+
cd my-project
31
+
npx mobilewright test
32
+
```
33
+
34
+
That's it.
35
+
36
+
If this is the first time you are running a test on iOS (simulator or real device), you will need to run `npx mobilewright install` to set up the agent on the device.
37
+
38
+
If something's missing, `npx mobilewright doctor` tells you exactly what to fix.
39
+
40
+
## Next steps
41
+
42
+
-[Mobilewright docs](https://mobilewright.dev/docs) — API reference and guides
43
+
-[mobile-use.com](https://mobile-use.com) — Run tests on real devices in the cloud
0 commit comments