File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 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
2424### Writing Your First Test  
2525
26261 .  ** 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.
2828
29292 .  ** 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.
3131
32323 .  ** Add Maestro Script** :
3333  -  [ ]  Add the following script to your ` package.json ` :
3434
35-     ``` json 
36-     "scripts" : {
37-       "maestro " : " maestro test tests /process.yaml" 
38-     }
35+ ``` json 
36+ "scripts" : {
37+   "e2e " : " maestro test e2e /process.yaml" 
38+ }
3939``` 
4040
41414 .  ** Write Your Test** :
@@ -63,9 +63,9 @@ appId: host.exp.Exponent
63631. **Run Your Test**: 
6464  - [ ] Run your test by lanching your project on a simulator and executing the following command: 
6565
66-     ` ` ` console 
67-     npm run maestro 
68-     ``` 
66+ ` ` ` console 
67+ npm run maestro 
68+ ``` 
6969
70702 .  ** Check the Results** :
7171  You should see the test running on your simulator.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments