Fixed
-
The GitHub actions tests on Windows was broken. I think GitHub changed their setup: Suddenly the path to plugins was broken. Rerunning old test that used to work, failed with the same code on our side. It's fixed by #4426.
-
We have had issues with parsing Android configuration because of the
--android
flag to enable Android tests. The problem was that in some cases the internal configuration object become an Array (instead of an object) and that made some objects to do not work. The PR #4422 removes--android
from the cli help, however it will still work as before. -
Fix so API calls also looks for
--android.enabled
to know if you want to test on Android #4427.