# Used in codecept.conf.js

# Base URL to do all provisioning requests (/webservices/${type} will be appended by codecept-helpers lib when using SOAP requests)
PROVISIONING_URL=http://e2e-develop.ui.cloud.open-xchange.com/
# context id to run the tests in
CONTEXT_ID=4711

# URL to point the browser controlled by selenium against
LAUNCH_URL=http://e2e-develop.ui.cloud.open-xchange.com/appsuite/

MX_DOMAIN=qatest.localdomain

HEADLESS=false

FILESTORE_ID=2


# PROVISIONING_URL
# this needs to be the IP of the backend where user provisioning and SOAP requests can be executed (default: http://e2e-develop.ui.cloud.open-xchange.com/)
#
# SERVER (optional)
# this is the url used by appserver proxy as "target" (default: value of "appserver.server" in grunt/local.conf.js)
#
# CONTEXT_ID
# please use a unique numeric context id here to prevent colliding tests (default: 4711)
#
# FILESTORE_ID
# filestore ID used when creating the context to test in  (default: read from provisioning server)
#
# SELENIUM_HOST
# this is the selenium host (default: localhost)
#
# LAUNCH_URL
# this is the url to connect the automated browser to (default: http://e2e-develop.ui.cloud.open-xchange.com/appsuite/)
# in case you want use your local ui running in docker please use https://host.docker.internal:8337/appsuite/ instead
#
# MX_DOMAIN
# the domain part of all e-mail addresses being used for testing. (default: read from default context of provisioning server
#
# HEADLESS
# if true, then tests done without opening Chrome browser.  Faster, but more difficult to monitor/debug
#
# SMTP_SERVER
# SMTP server to use when creating new users
#
# IMAP_SERVER
# IMAP server to use when creating new users

