Published onMay 3, 2022Improve Build Times by Speeding up Jest Tests with Multiple SuitesProgrammingJestSoftware-DevelopmentJavaScriptJavaScript-TestingOur test suite was taking up to 30 mins to run. We split things up and brought our run time down to 10 mins. Read more to find out how!
Published onDecember 27, 2021Speed Up Jest Tests By Using The Correct EnvironmentjesttypescriptreatjavascriptprogrammingRecently at Parallax, we noticed our UI test suite was taking longer and longer to finish. We found a quick way to speed this up.