mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
15 lines
165 B
Markdown
15 lines
165 B
Markdown
Execute Tests
|
|
=============
|
|
|
|
Android:
|
|
|
|
```
|
|
npm run e2e -- --runType android23 # --devMode
|
|
```
|
|
|
|
iOS:
|
|
|
|
```
|
|
npm run e2e -- --runType sim.iPhoneX.iOS112 # --devMode
|
|
```
|