Considering Record/Replay for our UI tests at @RobinhoodApp. Would love to hear other's experiences, opinions, tips! Things I'm specifically thinking about in thread 🧵
1) Writing custom implementations for all our platforms (iOS/Android/Web) vs building a shared Record/Replay service. We could potentially run the service on localhost to mitigate network request latency as well
2) Where to store tapes? Source control with git lfs? S3 and we just keep a manifest of tests => S3 URLs in source control?
3) Dates? Replaying responses with hardcoded dates from time of recording could potentially break some of our tests where the UI is dependent on those dates. Maybe we just store the diff from when the test started then apply that diff to "now" when running a test in replay mode?
@steipete I remember you had a great thread awhile back related to UI testing. Was there anyone who had good experiences with record replay?
You can follow @billy_the_kid.
Tip: mention @twtextapp on a Twitter thread with the keyword “unroll” to get a link to it.

Latest Threads Unrolled:

By continuing to use the site, you are consenting to the use of cookies as explained in our Cookie Policy to improve your experience.