I was going to set up CI/CD with Pest to help enforce keeping expectations up to date. However, the guide is rather confusing, as I can't find out what ./vendor/bin/pest --ci would do differently to just ./vendor/bin/pest, due to there seemingly being no mention of what this --ci option does anywhere.
Maybe I'm just blind, but I really can't find it, and running the command with --ci doesn't make any visible difference in output.
I was going to set up CI/CD with Pest to help enforce keeping expectations up to date. However, the guide is rather confusing, as I can't find out what
./vendor/bin/pest --ciwould do differently to just./vendor/bin/pest, due to there seemingly being no mention of what this--cioption does anywhere.Maybe I'm just blind, but I really can't find it, and running the command with
--cidoesn't make any visible difference in output.