Antonio Gonzalez Gea
Antonio Gonzalez Gea
Using tput instead of direct ANSI escape sequences for changing text and background colors offers several advantages: - Portability: tput adapts to different terminal capabilities using the terminfo database, ensuring...
## 📚 Description Replace this text with a short description of your feature/bugfix. ## 🔖 Changes - List individual changes in more detail ## ✅ To-do list - [ ]...
In PR #245, we saw that it would be interesting to have an assert that works like assert_match_snapshot but at the same time ignores escape codes, allowing the test to...
When you use providers, the name of the test is printed over and over without indicating with which argument of the provider it is being executed, this is unfriendly since...
Some improvements need to be made to the simple output, the one currently implemented is a very simple first iteration but requires a few enhancements to match the verbose output....
It wiuld be nice to have an easy way to test commands that require user interaction, for example, as it is done with Laravel commands. ```php /** * Test a...