forked from mprokopov/test-oxid-docker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
test_config.yml
29 lines (29 loc) · 843 Bytes
/
test_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# This file is auto-generated during the composer install
mandatory_parameters:
shop_path: source
shop_tests_path: tests
partial_module_paths: <modulepath>
optional_parameters:
shop_url: null
shop_serial: ''
enable_varnish: false
is_subshop: false
install_shop: false
remote_server_dir: null
shop_setup_path: null
restore_shop_after_tests_suite: false
test_database_name: null
restore_after_acceptance_tests: true
restore_after_unit_tests: true
tmp_path: /tmp/oxid_test_library/
database_restoration_class: DatabaseRestorer
activate_all_modules: false
run_tests_for_shop: false
run_tests_for_modules: true
screen_shots_path: null
screen_shots_url: null
browser_name: firefox
selenium_server_ip: 127.0.0.1
selenium_server_port: '4444'
additional_test_paths: ''
retry_times_after_test_fail: 1