Branches starting with ios-v* are now tested on Bitrise using our quality-assurance workflow, which runs testEveryExample on multiple Simulators from multiple vintages. This is inherently flaky due to the typical CI and UI testing constraints, but it works reasonably well... though it does take 35 minutes to complete.
You may see failures like:
Failed while resolving query: Error -25204 getting snapshot for element <AXUIElement 0x7f8c6761b0a0> {pid=5329} ExamplesUITests.m:173
This is a Simulator/XCUITest failure and doesn’t necessarily indicate anything about our SDK. It may also be triggered by https://github.com/mapbox/mapbox-gl-native/issues/14324. In either case, restart the CI job and cross your fingers.
Branches starting with
ios-v*
are now tested on Bitrise using ourquality-assurance
workflow, which runstestEveryExample
on multiple Simulators from multiple vintages. This is inherently flaky due to the typical CI and UI testing constraints, but it works reasonably well... though it does take 35 minutes to complete.You may see failures like:
This is a Simulator/XCUITest failure and doesn’t necessarily indicate anything about our SDK. It may also be triggered by https://github.com/mapbox/mapbox-gl-native/issues/14324. In either case, restart the CI job and cross your fingers.