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
Copy file name to clipboardExpand all lines: challenges/ecosystem/06.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,17 @@
9
9
10
10
End-to-end (E2E) testing involves testing the complete functionality of an application from the user's perspective, ensuring all components work together as expected.
11
11
12
-
Maestro is a powerful library for automating user interactions in your React Native app, allowing you to write and run E2E tests.
12
+
Maestro is a library for automating user interactions in your React Native app, allowing you to write and run E2E tests.
13
13
14
14
- Check the [Maestro documentation](https://maestro.mobile.dev/getting-started/installing-maestro).
15
15
16
16
## 👨🚀 Exercise 6
17
17
18
18
### Setting Up Maestro
19
19
20
-
1.**Install Maestro**:
21
-
Follow the [getting started guide](https://maestro.mobile.dev/getting-started/installing-maestro) to install Maestro on your laptop.
20
+
-[ ] Install Maestro
21
+
22
+
Follow the [getting started guide](https://maestro.mobile.dev/getting-started/installing-maestro) to install Maestro on your laptop.
22
23
23
24
### Writing Your First Test
24
25
@@ -73,4 +74,4 @@ appId: host.exp.Exponent
73
74
74
75
-[ ] Write more tests for your application.
75
76
-[ ] Explore Maestro's documentation to learn more about its capabilities.
76
-
-[ ] Write a more complex test that involves testIDs.
77
+
-[ ] Write a more complex test that involves `testID`s.
0 commit comments