Add gravity flow demo

This commit is contained in:
Almira Krdzic
2018-06-28 10:02:07 +02:00
parent 1b5076bf2f
commit 12a5066018
1106 changed files with 317603 additions and 4720 deletions

View File

@@ -0,0 +1,45 @@
actor: Tester
paths:
tests: tests/acceptance-tests
log: tests/acceptance-tests/_output
data: tests/acceptance-tests/_data
helpers: tests/acceptance-tests/_support
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
modules:
config:
WPLoader:
wpRootFolder: /Users/steve/Pressmatic Sites/testing/app/public
dbName: pressmatic
dbHost: 192.168.55.100:5007
dbUser: root
dbPassword: root
wpDebug: true
tablePrefix: wp_
domain: testing.dev
plugins: ['gravityforms/gravityforms.php', 'gravityflow/gravityflow.php']
activatePlugins: ['gravityforms/gravityforms.php', 'gravityflow/gravityflow.php']
WPBrowser:
url: 'http://testing.dev'
adminUsername: admin
adminPassword: password
adminUrl: /wp-admin
WPDb:
dsn: 'mysql:host=testing.dev;dbname=pressmatic'
user: root
password: root
populate: true
cleanup: true
url: 'http://testing.dev'
tablePrefix: wp_
WPWebDriver:
url: 'http://testing.dev'
browser: chrome
window_size: '1524x1768'
restart: true
wait: 1
adminUsername: admin
adminPassword: password
adminUrl: /wp-admin