25 lines
582 B
Markdown
25 lines
582 B
Markdown
# Quickstart: Ops-UX Enforcement & Cleanup
|
|
|
|
## Prereqs
|
|
|
|
- Sail running: `vendor/bin/sail up -d`
|
|
- 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 tests/Feature/OpsUx/Constitution`
|
|
|
|
## Run the focused regression tests
|
|
|
|
- `./vendor/bin/sail artisan test --compact tests/Feature/OpsUx/Regression`
|
|
|
|
## Run the combined Ops-UX pack
|
|
|
|
- `./vendor/bin/sail artisan test --compact --group=ops-ux`
|
|
|
|
## Format touched files
|
|
|
|
- `./vendor/bin/sail bin pint --dirty --format agent`
|