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 with travis-ci
[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
- \Helper\Unit
8
config:
9
WebDriver:
10
url: http://localhost:8000
11
browser: phantomjs
12
13
env:
14
firefox:
15
modules:
16
config:
17
WebDriver:
18
browser: 'firefox'
19
window_size: 1024x768
20
http_proxy: direct
21
phantom:
22
# nothing changed