about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorIgor Shevchenko <39371503+bnzone@users.noreply.github.com>2023-10-30 22:40:30 -0500
committerGitHub <noreply@github.com>2023-10-30 20:40:30 -0700
commitb2d4771b5f12d26ebfe2cef8e884bf812f2e739d (patch)
tree962b74d808ab1d99b7b2e7b30086e8068bb46f67 /docs
parentddf0a1ccede4ffaf051b37ea39547fa1223ac5c5 (diff)
downloadvoidsky-b2d4771b5f12d26ebfe2cef8e884bf812f2e739d.tar.zst
chore: fix typos in testing.md (#1764)
Diffstat (limited to 'docs')
-rw-r--r--docs/testing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/testing.md b/docs/testing.md
index 8af163a8d..123c58ebc 100644
--- a/docs/testing.md
+++ b/docs/testing.md
@@ -1,13 +1,13 @@
 # Testing instructions
 
 ### Using Maestro E2E tests
-1. Install Maestro by following [these instuctions](https://maestro.mobile.dev/getting-started/installing-maestro). This will help us run the E2E tests.
+1. Install Maestro by following [these instructions](https://maestro.mobile.dev/getting-started/installing-maestro). This will help us run the E2E tests.
 2. You can write Maestro tests in `__e2e__/maestro` directory by creating a new `.yaml` file or by modifying an existing one.
 3. 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.
 
 
 ### Using Flashlight for Performance Testing
-1. Make sure Maestro is installed (optional: only for auomated testing) by following the instructions above
+1. Make sure Maestro is installed (optional: only for automated testing) by following the instructions above
 2. Install Flashlight by following [these instructions](https://docs.flashlight.dev/)
 3. The simplest way to get started is by running `yarn perf:measure` which will run a live preview of the performance test results. You can [see a demo here](https://github.com/bamlab/flashlight/assets/4534323/4038a342-f145-4c3b-8cde-17949bf52612)
 4. The `yarn perf:test:measure` will run the `scroll.yaml` test located in `__e2e__/maestro/scroll.yaml` and give the results in `.perf/results.json` which can be viewed by running `yarn:perf:results`