Orchestrating multiple tests #305
-
Hey all, I have a questions, when running tests locally, whats the way people are running a series of tests? Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
We're using bash scripts that do some setup and tear down of the backend server instance and record videos using ADB, and generate some basic result summary output. I think mobile.dev also have some cloud stuff that can be used to run multiple flows. We put each test in a directory (each of which has its own script that can copy files the test needs etc). The overall test runner looks like this:
|
Beta Was this translation helpful? Give feedback.
-
Hi folks! Please check the docs for test suites and reports available here. Thanks! |
Beta Was this translation helpful? Give feedback.
Hi folks! Please check the docs for test suites and reports available here. Thanks!