Skip to content

Update functional.suite.dist.yml to handle a custom backend name #12848

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 26, 2017
Merged

Update functional.suite.dist.yml to handle a custom backend name #12848

merged 1 commit into from
Dec 26, 2017

Conversation

scribam
Copy link
Contributor

@scribam scribam commented Dec 21, 2017

Description

In the file functional.suite.dist.yml, the value for the backend_name configuration is hardcoded. We should be able to customize the value by using the variable MAGENTO_BACKEND_NAME defined in the .env file.

MAGENTO_BACKEND_NAME=

Manual testing scenarios

  1. Setup Magento with a backend name different from admin
  2. Setup acceptance tests with MAGENTO_BACKEND_NAME=<your_custom_backend_name> in your .env file
  3. Run acceptance tests

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

@magento-cicd2
Copy link
Contributor

magento-cicd2 commented Dec 21, 2017

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants