-
Notifications
You must be signed in to change notification settings - Fork 0
Adding Debugging topic to the MFTF guide #8
Conversation
- Topic Created
1. Download the Codeception Framework plugin for PHPStorm (`PhpStorm->Preferences->Plugins`). | ||
1. Click `Edit Configurations` on the configuration dropdown. | ||
1. Click `+` and select `Codeception` from the available types. | ||
1. Find the `Custom Working Directory` option and set the path to your `dev/tests/acceptance/` directory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like something is missing here because my configuration is still not ready to run. The window is asking for information to be filled out in the Test Runner section (at the top of the configuration window).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dobooth he is correct, need to add a step for:
" 1. Change Test Scope
to Type
and select functional
from the Type:
dropdown"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, pending some minor edits. But I don't need to review it again.
1. Click `Fix`, then `+`, and select `Codeception Local`. | ||
1. Click `...` and locate `/vendor/bin/codecept` in your Magento installation folder. | ||
|
||
At this point, you have a couple choices in how to select the test you want to debug. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At this point, you have a couple choices in how to select the test you want to debug. | |
At this point, you have a couple of choices in how to select the test you want to debug. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
This PR points to the incorrect repo. I have included these review changes and will open another PR. |
@dobooth please add a reference to the another PR |
Changes and topic is being added via magento#3755 |
This PR is a:
Summary
Adds a new Debugging topic to the MFTF guide.
Closes #MQE-1440
whatsnew
Debugging topic added to the MFTF guide.