Skip to content

Commit 20515f6

Browse files
authored
docs: update README Development commands (#855)
I was trying to run a custom driver locally and noticed the commands were not up-to-date I didn't find a single command to run all flavors of e2e-tests so I listed all of them
1 parent 3b3de26 commit 20515f6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2018,7 +2018,7 @@ def test_edit_text(driver):
20182018

20192019
```
20202020
npm install appium-uiautomator2-driver
2021-
npm run watch
2021+
npm run dev
20222022
```
20232023

20242024
Unit tests:
@@ -2030,5 +2030,9 @@ npm run test
20302030
Functional tests:
20312031

20322032
```
2033-
npm run e2e-test
2033+
npm run e2e-test:commands
2034+
npm run e2e-test:commands:find
2035+
npm run e2e-test:commands:general
2036+
npm run e2e-test:commands:keyboard
2037+
npm run e2e-test:driver
20342038
```

0 commit comments

Comments
 (0)