mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
Verboses integration
This commit is contained in:
@ -45,8 +45,8 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"illuminate/console": "^9.30",
|
"illuminate/console": "^9.30.1",
|
||||||
"illuminate/support": "^9.30",
|
"illuminate/support": "^9.30.1",
|
||||||
"laravel/dusk": "^6.25.1",
|
"laravel/dusk": "^6.25.1",
|
||||||
"pestphp/pest-dev-tools": "dev-master"
|
"pestphp/pest-dev-tools": "dev-master"
|
||||||
},
|
},
|
||||||
@ -68,7 +68,7 @@
|
|||||||
"test:types": "phpstan analyse --ansi --memory-limit=-1 --debug",
|
"test:types": "phpstan analyse --ansi --memory-limit=-1 --debug",
|
||||||
"test:unit": "php bin/pest --colors=always --exclude-group=integration",
|
"test:unit": "php bin/pest --colors=always --exclude-group=integration",
|
||||||
"test:parallel": "exit 1",
|
"test:parallel": "exit 1",
|
||||||
"test:integration": "php bin/pest --colors=always --group=integration",
|
"test:integration": "php bin/pest --colors=always --group=integration -v",
|
||||||
"update:snapshots": "REBUILD_SNAPSHOTS=true php bin/pest --colors=always",
|
"update:snapshots": "REBUILD_SNAPSHOTS=true php bin/pest --colors=always",
|
||||||
"test": [
|
"test": [
|
||||||
"@test:lint",
|
"@test:lint",
|
||||||
|
|||||||
Reference in New Issue
Block a user