Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

Frequent problems

Dorian edited this page Apr 11, 2020 · 3 revisions

My tests all pass individually but fail when run together

Verify that you run the mavsdk server during tests. If it is not running the app will try to connect to it and the connection will fail after some time, interrupting the tests. Moreover, as this interrupts the testing procedure, nothing will be shown in the reports.

If you are running the server however, you might have some tests having side effects on the other ones. Possible problems are:

  • Opened system dialog blocks next test

Clone this wiki locally