projects
/
Packages
/
TYPO3.CMS.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[TASK] Acceptance tests in controlled environment
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
core
/
Build
/
Configuration
/
Acceptance
/
acceptance.suite.yml
1
class_name: AcceptanceTester
2
modules:
3
enabled:
4
- WebDriver
5
- \Helper\Acceptance
6
- Asserts
7
config:
8
WebDriver:
9
url: http://localhost:8000/typo3temp/var/tests/acceptance
10
browser: phantomjs
11
http_proxy: direct
12
env:
13
firefox:
14
modules:
15
config:
16
WebDriver:
17
browser: 'firefox'
18
window_size: 1024x768