You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Well, I guess that's a reason to use the flag, though I'm not sure what a lockfile does in the context of a testing framework. I only know composer.lock and such.
Is it just to prevent mid-runtime configuration changes or something?
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.The text was updated successfully, but these errors were encountered: