You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2020. It is now read-only.
sed -i.back "s|magento.com|${magento_host_name}|g""${magento_tests_root}/functional/etc/config.xml"
86
+
sed -i.back "s|http://magento2ce.com|http://${magento_host_name}|g""${magento_tests_root}/functional/etc/config.xml"
77
87
sed -i.back "s|admin/|${magento_admin_frontname}/|g""${magento_tests_root}/functional/etc/config.xml"
78
88
sed -i.back "s|<backendLogin>admin</backendLogin>|<backendLogin>${magento_admin_user}</backendLogin>|g""${magento_tests_root}/functional/etc/config.xml"
79
89
sed -i.back "s|<backendPassword>123123q</backendPassword>|<backendPassword>${magento_admin_password}</backendPassword>|g""${magento_tests_root}/functional/etc/config.xml"
Copy file name to clipboardExpand all lines: tests/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,5 +6,5 @@ Current project contains functional tests for [Kubernetes DevBox for Magento 2 D
6
6
7
7
1. Make sure that your host meets requirements listed [here](https://github.com/magento/magento2-kubernetes-devbox#requirements)
8
8
1. Copy [configuration.sh.dist](include/configuration.sh.dist) to `include/configuration.sh` and make necessary changes
9
-
1. Copy [auth.json.dist](include/auth.json.dist) to `include/auth.json` and add valid keys
9
+
1. Copy [auth.json.dist](include/auth.json.dist) to `include/auth.json` and add valid keys. This step is required only for testing of Composer-based installations
assertTrue "Contents of '${integration_tests_mysql_config_path}' seems to be invalid${functional_tests_config_content} =~ ${pattern}"'[[ ${integration_tests_mysql_config_content} =~ ${pattern} ]]'
assertTrue "Contents of '${rest_tests_config_path}' seems to be invalid ${rest_tests_config_content} =~ ${pattern}"'[[ ${rest_tests_config_content} =~ ${pattern} ]]'
assertTrue "Contents of '${soap_tests_config_path}' seems to be invalid ${soap_tests_config_content} =~ ${pattern}"'[[ ${soap_tests_config_content} =~ ${pattern} ]]'
assertTrue "Contents of '${graphql_tests_config_path}' seems to be invalid ${graphql_tests_config_content} =~ ${pattern}"'[[ ${graphql_tests_config_content} =~ ${pattern} ]]'
assertTrue "Contents of '${functional_tests_config_path}' seems to be invalid ${functional_tests_config_content} =~ ${pattern}"'[[ ${functional_tests_config_content} =~ ${pattern} ]]'
0 commit comments