Skip to content

Commit

Permalink
Merge branch 'ci/functional_tests' into support/2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Oct 18, 2021
2 parents 48053f5 + a763f1a commit 77f8c95
Show file tree
Hide file tree
Showing 5 changed files with 611 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
ATOUM_ARG: --force-terminal
NOCOVERAGE: -ncc
COVERAGE: --nccfc CommonTreeDropdown CommonDropdown CommonDBTM CommonGLPI CommonDBConnexity CommonDBRelation CommonDBChild
PANTHER_CHROME_DRIVER_BINARY: chromedriver
CHROME_DRIVER_BINARY: chromedriver

jobs:
tests:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
composer --version
chromium-browser --version
ls -l /usr/bin/chromium*
$PANTHER_CHROME_DRIVER_BINARY --version
$CHROME_DRIVER_BINARY --version
- name: "Checkout"
uses: actions/checkout@v2
- name: "Run tests"
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"php-parallel-lint/php-parallel-lint": "^1.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"phpcsstandards/phpcsutils": "^1.0@alpha",
"scssphp/scssphp": "^1.5"
"scssphp/scssphp": "^1.5",
"symfony/panther": "^1.1"
},
"autoload-dev": {
"psr-4": {
Expand Down
Loading

0 comments on commit 77f8c95

Please sign in to comment.