Skip to content

Commit

Permalink
fix: add expo instructions to maestro setup (#122 by @Jpoliachik)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jpoliachik authored Feb 7, 2024
1 parent 1e53fdf commit 846d8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/MaestroSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ We're using a few different actions and assertions in this flow. Let's take a lo
`assertVisible` - This assertion checks to see if the text we pass in is visible on the screen.
`tapOn` - This action taps on the specified element. In our case, we're tapping on the text we pass in.

To run our flow, first make sure the app is loaded on the simulator (or running via metro through `yarn ios`, for example). Then execute maestro from its test directory with the following command:
To run our flow, first make sure the app is loaded on the simulator or running via metro through `yarn ios`. If you're using Expo Go, you'll need to do a development build in [Expo CNG](./SwitchBetweenExpoGoCNG.md) first. Then execute maestro from its test directory with the following command:

```bash
cd .maestro
Expand Down

0 comments on commit 846d8be

Please sign in to comment.