24 lines
552 B
Markdown
24 lines
552 B
Markdown
# Quickstart: Ops-UX Enforcement & Cleanup
|
|
|
|
## Prereqs
|
|
|
|
- Sail running: `vendor/bin/sail up -d`
|
|
|
|
## Run the focused guard tests
|
|
|
|
Once implemented, run the guard tests only:
|
|
|
|
- `vendor/bin/sail artisan test --compact --filter=OpsUx`
|
|
|
|
If the tests are split by directory as in the spec:
|
|
|
|
- `vendor/bin/sail artisan test --compact tests/Feature/OpsUx/Constitution`
|
|
|
|
## Run the focused regression tests
|
|
|
|
- `vendor/bin/sail artisan test --compact tests/Feature/OpsUx/Regression`
|
|
|
|
## Format touched files
|
|
|
|
- `vendor/bin/sail bin pint --dirty --format agent`
|