From 06184341adddf42213435d305385faea8e25015b Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 5 Mar 2026 22:10:49 +0200 Subject: [PATCH] Update testing.md --- docs/testing.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/testing.md b/docs/testing.md index d8931a61e1..bc4a6c8198 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -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.