Skip to content

Commit 9f43cb9

Browse files
committed
upate
1 parent 2eebfc2 commit 9f43cb9

File tree

1 file changed

+9
-9
lines changed
  • challenges/ecosystem

1 file changed

+9
-9
lines changed

Diff for: challenges/ecosystem/06.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ Follow the [getting started guide](https://maestro.mobile.dev/getting-started/in
2424
### Writing Your First Test
2525

2626
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.
2828

2929
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.
3131

3232
3. **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

4141
4. **Write Your Test**:
@@ -63,9 +63,9 @@ appId: host.exp.Exponent
6363
1. **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

7070
2. **Check the Results**:
7171
You should see the test running on your simulator.

0 commit comments

Comments
 (0)