Move dev-env to subdirectory (#10009)

This commit is contained in:
Samuel Newman
2026-03-06 17:45:49 +00:00
committed by GitHub
parent 60a0edbbe2
commit e2c54a858c
13 changed files with 4874 additions and 3801 deletions
+6
View File
@@ -3,6 +3,12 @@
Make sure you've copied `.env.example` to `.env.test` and provided any required
values.
Install dependencies in `/dev-env`
```
cd dev-env && yarn
```
## Using Maestro
1. Install Maestro by following [these instructions](https://maestro.mobile.dev/getting-started/installing-maestro). This will help us run the E2E tests.