We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819e72a commit 804a5b3Copy full SHA for 804a5b3
1 file changed
composer.json
@@ -67,6 +67,7 @@
67
"scripts": {
68
"cs-check": "vendor/bin/php-cs-fixer fix --dry-run --diff",
69
"cs-fix": "vendor/bin/php-cs-fixer fix --diff",
70
- "test": "vendor/bin/phpunit"
+ "test": "vendor/bin/phpunit",
71
+ "test-e2e": "PLAYWRIGHT_E2E=1 vendor/bin/phpunit"
72
}
73
0 commit comments