Skip to content

Schedule Tests

Anto edited this page Jun 15, 2020 · 1 revision

In order to execute our tests in a certain order, we have to edit the file scheduled-tests.ini in the main folder. It has the following format:

[First test] profile_file = name of the JSON file in profiles with the extension test_suite_file = Name of the file in folder test_suites device = <real/remote/ or the name of the virtual device in Android Studio>

[Second test] ...

Now, we only have to execute the file interactive_test_runner.py.

For each test a folder in folder screenshots will be created and the screenshots we save will be stored there

For each test a folder in folder videos will be created where the video for each test will be stored

For each execution of the script, a text report telling us the results of our test suites will be created in folder test_reports

Clone this wiki locally