I’ll be down there with a couple other folks from Springloaded. Denver is an awesome spot. Hoping to catch a show at the red rocks while I’m down there. Such a sick venue!
May 29, 2025 at 7:15 AM
I’ll be down there with a couple other folks from Springloaded. Denver is an awesome spot. Hoping to catch a show at the red rocks while I’m down there. Such a sick venue!
We don’t just apply this to dates anymore either, we generally lean away from randomization in tests, narrowing the scope to values that are very realistic, like a random enum value. In our experience, randomness in tests doesn’t correlate to a more robust app, but it does correlate to flaky tests
March 26, 2025 at 9:00 PM
We don’t just apply this to dates anymore either, we generally lean away from randomization in tests, narrowing the scope to values that are very realistic, like a random enum value. In our experience, randomness in tests doesn’t correlate to a more robust app, but it does correlate to flaky tests
It’s almost always daylight savings. We have a couple 4000+ test suites that we maintain and we’ve essentially had to stop randomization of dates. It would inevitably create flaky tests.
March 26, 2025 at 7:13 PM
It’s almost always daylight savings. We have a couple 4000+ test suites that we maintain and we’ve essentially had to stop randomization of dates. It would inevitably create flaky tests.