@OliverStenbom from @endform_dev reminded us why Big O notation still matters, explaining how they managed to reduce the time spent running a massive number of Playwright tests concurrently.
@Wouaaaf95 Playwright can only run as many parallel browsers as the machine has cores. Even when using sharding you're queueing tests.
Endform runs every single test at the same time (if you want), meaning you can have several hundreds of tests finish in a minute.
We just raised a €1.5M pre-seed round to enable every company to run their Playwright test suite in seconds.
Read the full announcement https://t.co/3m6rP68K95
Did you know @neondatabase branching can help you reduce flakyness in your Playwright tests?
Read more: https://t.co/5XeFZ9jKp7
🔥 Hot tip: Switch out "npx playwright test" for "npx endform test" and the tests will run much faster as well!
10/ When you build your test setup the right way from day one, you’re much less likely to lose trust in it later.
Your future self (and your team) will thank you.