···92. You can write Maestro tests in `/.maestro/flows/` directory by creating a new `.yml` file or by modifying an existing one.
103. You can also use [Maestro Studio](https://maestro.mobile.dev/getting-started/maestro-studio) which automatically generates commands by recording your actions on the app. Therefore, you can create realistic tests without having to manually write any code. Use the `maestro studio` command to start recording your actions.
110000000012### Running Maestro tests
1314- In one tab, run `yarn e2e:mock-server`
···92. You can write Maestro tests in `/.maestro/flows/` directory by creating a new `.yml` file or by modifying an existing one.
103. You can also use [Maestro Studio](https://maestro.mobile.dev/getting-started/maestro-studio) which automatically generates commands by recording your actions on the app. Therefore, you can create realistic tests without having to manually write any code. Use the `maestro studio` command to start recording your actions.
1112+### Running on Android
13+14+You will need to allow your device access to the port that the mock server is running on.
15+16+```
17+adb reverse tcp:3000 tcp:3000
18+```
19+20### Running Maestro tests
2122- In one tab, run `yarn e2e:mock-server`