File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -24,18 +24,18 @@ Follow the [getting started guide](https://maestro.mobile.dev/getting-started/in
24
24
### Writing Your First Test
25
25
26
26
1 . ** Create a Tests Folder** :
27
- - [ ] At the root of your project, create a ` tests ` folder.
27
+ - [ ] At the root of your project, create a ` e2e ` folder.
28
28
29
29
2 . ** Create a Test File** :
30
- - [ ] Create a file named ` process.yaml ` in the ` tests ` folder.
30
+ - [ ] Create a file named ` process.yaml ` in the ` e2e ` folder.
31
31
32
32
3 . ** Add Maestro Script** :
33
33
- [ ] Add the following script to your ` package.json ` :
34
34
35
- ``` json
36
- "scripts" : {
37
- "maestro " : " maestro test tests /process.yaml"
38
- }
35
+ ``` json
36
+ "scripts" : {
37
+ "e2e " : " maestro test e2e /process.yaml"
38
+ }
39
39
```
40
40
41
41
4 . ** Write Your Test** :
@@ -63,9 +63,9 @@ appId: host.exp.Exponent
63
63
1. **Run Your Test**:
64
64
- [ ] Run your test by lanching your project on a simulator and executing the following command:
65
65
66
- ` ` ` console
67
- npm run maestro
68
- ```
66
+ ` ` ` console
67
+ npm run maestro
68
+ ```
69
69
70
70
2 . ** Check the Results** :
71
71
You should see the test running on your simulator.
You can’t perform that action at this time.
0 commit comments