mapbox / ios-sdk-examples

Live example code for the Mapbox iOS SDK
https://www.mapbox.com/ios-sdk/examples/
Other
95 stars 35 forks source link

Add tests for every example #333

Open friedbunny opened 5 years ago

friedbunny commented 5 years ago

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:

  1. Check that every example does what we intend.
  2. Make the tests runnable individually.
  3. Add tests with every new example as a requirement before merging.
  4. Prioritize reliability — failures must be meaningful and addressed immediately.

Thoughts

/cc @mapbox/maps-ios