chore: uses snapshot testing in some visual testing

This commit is contained in:
Nuno Maduro
2023-06-17 13:36:39 +01:00
parent 36b585835d
commit b1c6f247e0
8 changed files with 14 additions and 31 deletions

View File

@ -76,7 +76,7 @@
"test:inline": "php bin/pest --colors=always --configuration=phpunit.inline.xml",
"test:parallel": "php bin/pest --colors=always --exclude-group=integration --parallel --processes=10",
"test:integration": "php bin/pest --colors=always --group=integration",
"update:snapshots": "REBUILD_SNAPSHOTS=true php bin/pest --colors=always",
"update:snapshots": "REBUILD_SNAPSHOTS=true php bin/pest --colors=always --update-snapshots",
"test": [
"@test:refacto",
"@test:lint",