Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
Archive
t3o
my.typo3.org
Commits
91a43fd1
Commit
91a43fd1
authored
Nov 04, 2019
by
Christian Keuerleber
Browse files
TASK: code style in yaml configs
parent
909dbdec
Pipeline
#7802
failed with stages
in 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3omy_test/Configuration/codeception.yml
View file @
91a43fd1
paths
:
tests
:
../Tests
output
:
../Tests/_output
data
:
../Tests/_data
support
:
../Tests/_support
envs
:
../Tests/_envs
tests
:
../Tests
output
:
../Tests/_output
data
:
../Tests/_data
support
:
../Tests/_support
envs
:
../Tests/_envs
actor_suffix
:
Tester
extensions
:
enabled
:
-
Codeception\Extension\RunFailed
enabled
:
-
Codeception\Extension\RunFailed
extensions/t3omy_test/Tests/acceptance.suite.yml
View file @
91a43fd1
...
...
@@ -6,27 +6,27 @@
actor
:
AcceptanceTester
modules
:
enabled
:
-
PunktDe\Codeception\Mailhog\Module\Mailhog
:
base_uri
:
http://my.typo3.org.ddev.site:8025
-
WebDriver
:
browser
:
chrome
url
:
https://my.typo3.org.ddev.site
restart
:
true
window_size
:
1920x2080
capabilities
:
chromeOptions
:
args
:
-
'
--headless'
-
'
--disable-gpu'
-
'
--disable-dev-shm-usage'
-
'
--no-sandbox'
-
PunktDe\Codeception\Database\Module\Database
:
dsn
:
'
mysql:host=127.0.0.1;dbname=db;port=32771;charset=UTF8'
user
:
'
db'
password
:
'
db'
dump
:
'
../Resources/Private/Dumps/Fixture.sql'
populate
:
true
cleanup
:
true
-
\Helper\Acceptance
step_decorators
:
~
enabled
:
-
PunktDe\Codeception\Mailhog\Module\Mailhog
:
base_uri
:
http://my.typo3.org.ddev.site:8025
-
WebDriver
:
browser
:
chrome
url
:
https://my.typo3.org.ddev.site
restart
:
true
window_size
:
1920x2080
capabilities
:
chromeOptions
:
args
:
-
'
--headless'
-
'
--disable-gpu'
-
'
--disable-dev-shm-usage'
-
'
--no-sandbox'
-
PunktDe\Codeception\Database\Module\Database
:
dsn
:
'
mysql:host=127.0.0.1;dbname=db;port=32771;charset=UTF8'
user
:
'
db'
password
:
'
db'
dump
:
'
../Resources/Private/Dumps/Fixture.sql'
populate
:
true
cleanup
:
true
-
\Helper\Acceptance
step_decorators
:
~
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment