Skip to content

Commit 804a5b3

Browse files
committed
Add composer script test-e2e
1 parent 819e72a commit 804a5b3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"scripts": {
6868
"cs-check": "vendor/bin/php-cs-fixer fix --dry-run --diff",
6969
"cs-fix": "vendor/bin/php-cs-fixer fix --diff",
70-
"test": "vendor/bin/phpunit"
70+
"test": "vendor/bin/phpunit",
71+
"test-e2e": "PLAYWRIGHT_E2E=1 vendor/bin/phpunit"
7172
}
7273
}

0 commit comments

Comments
 (0)