End-to-end-ish tests using fake HTTP in FlutterWe write tests in order to prove our features work as intended and we run those tests consistently to prove that our features don't stop working as intended.Updated Feb. 23, 2022 • 9 min read
Stability through RandomnessWe only recently enabled test randomization and as a result found that some of our tests were failing. Through fixing the tests, we learned lessons that could help others have a less painful migration themselves.Updated Feb. 3, 2022 • 5 min read