docs icon indicating copy to clipboard operation
docs copied to clipboard

Add `--ci` parameter to examples

Open phh opened this issue 11 months ago • 2 comments

Using --ci can save you if you accidently add a ->only() to one of your tests, which would prevent the whole testsuite from running. See Only plugin

I guess the idea behind --ci was also well. To run it during continuous integration :)

phh avatar Mar 13 '24 08:03 phh

Personally, I think this makes sense. But 🤷🏻 Also, when reviewing this I was thinking it's kind of annoying to have to use --ci, so thought perhaps it could be auto-detected (I've opened a draft PR to suggest this: https://github.com/pestphp/pest/pull/1114).

owenvoke avatar Mar 13 '24 10:03 owenvoke

@owenvoke Thanks! I really agree with you. Setting --ci in CI by default seems like a very Laravel-y thing to do.

I personally would like it to automatically resolve that for me :D

phh avatar Mar 13 '24 10:03 phh