Currently, when an app fails the public or private test, only a "Test failed!" message is displayed. The root cause of the failure is missing – which leaves us wondering whether something went wrong during the installation itself, or what exactly happened during the privacy check.
This PR adds a warning about the cause of the failure, which should make these tests easier to understand and to fix.
Currently, when an app fails the
public
orprivate
test, only a "Test failed!" message is displayed. The root cause of the failure is missing – which leaves us wondering whether something went wrong during the installation itself, or what exactly happened during the privacy check.This PR adds a warning about the cause of the failure, which should make these tests easier to understand and to fix.