July 14, 2024
ESLint plugin for writing proper tests
Open Source plugin no-useless-matcher-to-be-defined no-useless-matcher-to-be-null no-mixed-expectation-groups no-long-arrays-in-test-each Add more power to your ESLint rules with TypeScript...
ReadJune 24, 2024
Comparing Linux, Windows, Mac performance with Symfony tests suite on Docker
Currently, I have different laptops at home and can compare how fast different test suites can be on 3 Operation Systems: Windows Arch Linux (Manjaro) MacOS This is not a detailed review of...
ReadNovember 21, 2021
Improve Symfony Tests Performance
Using more simple password hashers
Do not use Doctrine logging by default
Set APP_DEBUG
to false
Completely disable Xdebug
Parallel tests execution using Paratest
Collect...