···992. You can write Maestro tests in `/.maestro/flows/` directory by creating a new `.yml` file or by modifying an existing one.
10103. 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.
11111212+### Running on Android
1313+1414+You will need to allow your device access to the port that the mock server is running on.
1515+1616+```
1717+adb reverse tcp:3000 tcp:3000
1818+```
1919+1220### Running Maestro tests
13211422- In one tab, run `yarn e2e:mock-server`