代码拉取完成,页面将自动刷新
# This is a template dotenv file. You should copy it and then modify it to fit
# your setup. These environment variables won't do anything unless copied into
# a file called `.env.test`. There, they'll be used to determine information
# about the test environment.
#
# This is useful because we want the test environment to have a different
# configuration from the development environment. That way, we can run
# the automated test suites without worrying about their impact on the database
# we use for development.
#
# For more information, see the Automated Testing Documentation.
# https://docs.suitecrm.com/developer/automatedtesting/
#== Install Test Suite:
# MYSQL or MSSQL
DATABASE_DRIVER=MYSQL
# Path to database server
DATABASE_HOST=localhost
# Name of the database
DATABASE_NAME=automated_tests
# Database user
DATABASE_USER=automated_tests
# Database password
DATABASE_PASSWORD=automated_tests
#== Acceptance, API, and Install Test Suites:
# URL of the SuiteCRM instance which the tester needs to access
INSTANCE_URL=http://localhost:8000
# Admin username for SuiteCRM instance
INSTANCE_ADMIN_USER=admin
# Admin password for SuiteCRM instance
INSTANCE_ADMIN_PASSWORD=password
#== API Test Suite:
# API Client ID
INSTANCE_CLIENT_ID=suitecrm_client
# API Client Secret
INSTANCE_CLIENT_SECRET=secret
# Default web browser for acceptance and install tests
BROWSER=chrome
# Webdriver hostname (Selenium, Local or Cloud Testing)
WEBDRIVER_HOST=127.0.0.1
# Webdriver port (Selenium, Local or Cloud Testing)
WEBDRIVER_PORT=4444
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。