You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This folder contains the Maestro flows for the Sentry Android SDK.
2
+
3
+
## Running the Flows
4
+
5
+
First, make sure you have the Maestro CLI installed. You can find the installation instructions in the [Maestro documentation](https://docs.maestro.dev/getting-started/installing-maestro).
6
+
7
+
To run the Maestro flows, navigate to this directory in your terminal and execute the following command:
8
+
9
+
```bash
10
+
maestro run <flow_name>.yaml
11
+
```
12
+
13
+
Replace `<flow_name>` with the name of the flow you want to run, such as `orientation_change_flow.yaml`.
14
+
15
+
## Available Flows
16
+
17
+
-`orientation_change_flow.yaml`: This flow tests the orientation change/window size change functionality for replays.
0 commit comments