From 296a93385cd9e890d7132a1e1a80d63895603b8f Mon Sep 17 00:00:00 2001 From: Vincent Barbaresi Date: Fri, 3 Jan 2025 18:17:59 +0100 Subject: [PATCH] test: update README Development commands 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 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 645b5642..d460597c 100644 --- a/README.md +++ b/README.md @@ -2018,7 +2018,7 @@ def test_edit_text(driver): ``` npm install appium-uiautomator2-driver -npm run watch +npm run dev ``` Unit tests: @@ -2030,5 +2030,9 @@ npm run test Functional tests: ``` -npm run e2e-test +npm run e2e-test:commands +npm run e2e-test:commands:find +npm run e2e-test:commands:general +npm run e2e-test:commands:keyboard +npm run e2e-test:driver ```