You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the testsuite better in all the ways possible. Faster, easier to run and debug, better error output.
A slow testsuite hinders rapid development because the feedback loop takes to long to inform developers when things are broken. To improve quality of software development it is vital to speed up our test suite.
The goal is to run the whole test suite under 10 minutes in CI and also make it easier to read the report of tests as well as make it easy to run specific tests in specific environments locally.