Skip to content

MQE-1908: Change doctor command to work with Curl version of MagentoCLI #526

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 2 commits into from
Dec 6, 2019

Conversation

jilu1
Copy link
Contributor

@jilu1 jilu1 commented Dec 6, 2019

Description

Fixed Issues (if relevant)

  1. magento/magento2-functional-testing-framework#<issue_number>: Issue title
  2. ...

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/verification tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)
  • Changes to Framework doesn't have backward incompatible changes for tests or have related Pull Request with fixes to tests

@coveralls
Copy link

coveralls commented Dec 6, 2019

Coverage Status

Coverage decreased (-0.6%) to 51.881% when pulling a243dbd on MQE-1908-2.5.4 into efed6e2 on MFTF2.5.4-RC.

Copy link
Contributor

@soumyau soumyau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a minor error display comment.

$e->getMessage()
. "\nPlease verify MAGENTO_ADMIN_USERNAME and MAGENTO_ADMIN_PASSWORD in .env."
$e->getMessage() . "\n"
. "Please verify the following configuration settings in .env:\n"
Copy link
Contributor

@soumyau soumyau Dec 6, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to avoid confusion with the display of invalid values, maybe just have this -
$this->ioStyle->error( $e->getMessage() . "\nPlease verify if " . $urlVar . ", " . "MAGENTO_ADMIN_USERNAME and MAGENTO_ADMIN_PASSWORD in .env are valid." );

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed.

@jilu1 jilu1 merged commit 8774ac6 into MFTF2.5.4-RC Dec 6, 2019
@jilu1 jilu1 deleted the MQE-1908-2.5.4 branch February 6, 2020 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants