symfony / panther

A browser testing and web crawling library for PHP and Symfony
MIT License
2.91k stars 213 forks source link

Improve DX when using the symfony binary #592

Closed nicolas-grekas closed 12 months ago

nicolas-grekas commented 1 year ago

This PR improves the DX of using Panther when using the Symfony binary.

It improves the following:

I spotted those when practicing the Symfony book: https://symfony.com/doc/6.2/the-fast-track/en/17-tests.html

dunglas commented 12 months ago

Thanks @nicolas-grekas!