https://github.com/mobile-next/create-mobilewright
Scaffold a Mobilewright test project in seconds. npm init mobilewright
https://github.com/mobile-next/create-mobilewright
android ios mobile-testing mobilewright playwright scaffolding
Last synced: about 1 month ago
JSON representation
Scaffold a Mobilewright test project in seconds. npm init mobilewright
- Host: GitHub
- URL: https://github.com/mobile-next/create-mobilewright
- Owner: mobile-next
- License: apache-2.0
- Created: 2026-04-14T14:10:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-05T09:25:31.000Z (2 months ago)
- Last Synced: 2026-05-05T11:23:24.110Z (2 months ago)
- Topics: android, ios, mobile-testing, mobilewright, playwright, scaffolding
- Language: JavaScript
- Homepage: https://mobilewright.dev
- Size: 155 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# create-mobilewright
Scaffold a [Mobilewright](https://mobilewright.dev) test project in seconds.
## Usage
```sh
npm init mobilewright
```
Also works with Yarn (`yarn create mobilewright`) and pnpm (`pnpm create mobilewright`).
The CLI walks you through setup and creates a ready-to-run project:

## What you get
```
my-project/
mobilewright.config.ts # Device and app configuration
tests/
example.spec.ts # A working test you can run immediately
package.json
```
## Run your first test
```sh
cd my-project
npx mobilewright test
```
That's it.
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.
If something's missing, `npx mobilewright doctor` tells you exactly what to fix.
## Next steps
- [Mobilewright docs](https://mobilewright.dev/docs) — API reference and guides
- [mobile-use.com](https://mobile-use.com) — Run tests on real devices in the cloud
## License
Apache