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 ab34d0a commit 94f431aCopy full SHA for 94f431a
.github/workflows/webdriver-firefox.yml
@@ -36,7 +36,7 @@ jobs:
36
run: php -S 127.0.0.1:8000 -t tests/data/app >/dev/null 2>&1 &
37
38
- name: Tests
39
- run: php ./vendor/bin/codecept run --env firefox
+ run: php ./vendor/bin/codecept run --env firefox -vvv
40
41
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
42
# Docs: https://getcomposer.org/doc/articles/scripts.md
0 commit comments