From d49b93dc7e77962c143e4798344c8e35ab8a637e Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 13 May 2024 08:43:13 -0700 Subject: Replace e2e tests with Maestro (#3983) * Setup maestro tests and convert some initial tests * Remove detox * Replace all tests with maestro --- __e2e__/setupApp.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 __e2e__/setupApp.yml (limited to '__e2e__/setupApp.yml') diff --git a/__e2e__/setupApp.yml b/__e2e__/setupApp.yml new file mode 100644 index 000000000..8c3ffd2d3 --- /dev/null +++ b/__e2e__/setupApp.yml @@ -0,0 +1,11 @@ +appId: xyz.blueskyweb.app +--- +- launchApp: + appId: "xyz.blueskyweb.app" + clearState: true +- waitForAnimationToEnd +- tapOn: "http://localhost:8081" +- waitForAnimationToEnd +- swipe: + from: "Bluesky" + direction: DOWN -- cgit 1.4.1