29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-07-12 15:03:39 +00:00
cms/codeception.yml
Hannes Papenberg 449ff85122 [4.0] Moving System & API Tests to main repo (#24808)
* Moving API Tests to main repo

* Codestyle

* Codestyle

* Adding system tests to main repo

* Codestyle and signing drone.yml

* Codestyle

* More Codestyle

* Adding requirements for system tests

* More fixes to system tests

* More fixes

* Removing additional composer commands

* Adding _bootstrap.php back in

* Making system test message nicer

* Making API test message nicer

* Styling CLI messages

* Signing .drone.yml
2019-05-11 18:56:38 +02:00

37 lines
1.6 KiB
YAML

actor: Tester
paths:
tests: tests/Codeception
log: tests/Codeception/_output
data: tests/Codeception/_data
support: tests/Codeception/_support
envs: tests/Codeception/_envs
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
extensions:
enabled:
- Codeception\Extension\RunFailed
modules:
config:
Db:
dsn: ''
user: ''
password: ''
dump: tests/Codeception/_data/dump.sql
webdrivers:
firefox:
windows: libraries\vendor\joomla-projects\selenium-server-standalone\bin\webdrivers\gecko\geckodriver64.exe
mac: libraries/vendor/joomla-projects/selenium-server-standalone/bin/webdrivers/gecko/geckodriver_mac
linux: libraries/vendor/joomla-projects/selenium-server-standalone/bin/webdrivers/gecko/geckodriver_linux_64
chrome:
windows: libraries\vendor\joomla-projects\selenium-server-standalone\bin\webdrivers\chrome\chromedriver.exe
mac: libraries/vendor/joomla-projects/selenium-server-standalone/bin/webdrivers/chrome/chromedriver_mac
linux: libraries/vendor/joomla-projects/selenium-server-standalone/bin/webdrivers/chrome/chromedriver_linux_64
internet explorer:
windows: libraries\vendor\joomla-projects\selenium-server-standalone\bin\webdrivers\internet-explorer32\IEDriverServer.exe
MicrosoftEdge:
windows: libraries\vendor\joomla-projects\selenium-server-standalone\bin\webdrivers\edge\MicrosoftWebDriver.exe
MicrosoftEdgeInsiders:
windows: libraries\vendor\joomla-projects\selenium-server-standalone\bin\webdrivers\edge-insiders\MicrosoftWebDriver.exe