stadiamaps / ferrostar

A FOSS navigation SDK built from the ground up for the future
https://stadiamaps.github.io/ferrostar/
Other
91 stars 11 forks source link

Feat/ios speed limit view #119

Open Archdoog opened 1 week ago

ianthetechie commented 2 days ago

I also noticed that several of the tests are (now?) nondeterministic.

  1. Dark mode probably needs to be explicitly set for snapshot tests.
  2. Arrival view tests almost all fail on my machine; snapshots expect feet; my laptop uses meters.
  3. Default formatter tests make the same error since they don't explicitly set certain locale details in testDistanceFormatter and testEstimatedArrivalFormatter.
Archdoog commented 1 day ago
  1. Add environment settings like dark mode/light mode to tests. Tests need explicit formatters (time zones, etc), environment dark mode & environment locale (units).
  2. Add a readme discussion that the simulator needs to exactly match.