-
Notifications
You must be signed in to change notification settings - Fork 54
refactor: split driver interface into DeviceAllocator/MobilewrightSession, drop auto-reporter wiring #267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: split driver interface into DeviceAllocator/MobilewrightSession, drop auto-reporter wiring #267
Changes from 6 commits
491397f
3008361
6cab602
e193c1e
0d9f87a
ca2c841
e27d82d
4482f03
1db8f48
d589c0f
8257089
dfb94ab
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| # End-to-end tests | ||
|
|
||
| End-to-end tests that verify mobilewright's locators, assertions, and other | ||
| functionality against real emulators, simulators, and physical devices. | ||
|
|
||
| Tests under `src/conformance` run on both platforms; tests under `src/ios` and | ||
| `src/android` are platform-specific. | ||
|
|
||
| ## Prerequisites | ||
|
|
||
| Download the Playground app from | ||
| [github.com/mobile-next/playground/releases/latest](https://github.com/mobile-next/playground/releases/latest) | ||
| and install it on the target device. | ||
|
|
||
| ## Running | ||
|
|
||
| ```sh | ||
| # against a local device via mobilecli | ||
| npm run test:mobilecli | ||
|
|
||
| # against a Mobile Next cloud device (requires MOBILENEXT_API_KEY) | ||
| npm run test:mobilenext | ||
| ``` | ||
|
Comment on lines
+15
to
+23
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win State the required working directory for these commands. The scripts are declared in 🤖 Prompt for AI AgentsSource: MCP tools |
||
Uh oh!
There was an error while loading. Please reload this page.