ios-sdk-examples
ios-sdk-examples copied to clipboard
Add tests for every example
We currently only have tests that use XCUITest to run through every example, but this 1. does nothing to check correctness, and 2. is quite slow.
We should have goals to:
- Check that every example does what we intend.
- Make the tests runnable individually.
- Add tests with every new example as a requirement before merging.
- Prioritize reliability — failures must be meaningful and addressed immediately.
Thoughts
- We should investigate other UI testing libraries, like KIF and earlgrey.
- If tests are made faster and more reliable, we can run them on more simulators.
/cc @mapbox/maps-ios