-
Notifications
You must be signed in to change notification settings - Fork 131
Deliver changes from Contribution Day #63
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
Conversation
…ework basic functionality
…ework basic functionality
…ework basic functionality
…ework basic functionality
RoboFile.php
Outdated
* | ||
* @return void | ||
*/ | ||
function functional() |
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.
This robo command did not work as expected.
- update robo functional method to use MFTF test suite
…ing-framework into 'CD-develop'
…esting-framework into MFTF-57 # Conflicts: # RoboFile.php # src/Magento/FunctionalTestingFramework/Util/TestGenerator.php
#57: Debug flag exists i…
…ing-framework into CD-develop # Conflicts: # src/Magento/FunctionalTestingFramework/Util/TestGenerator.php
@@ -0,0 +1,99 @@ | |||
<?php |
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.
We have a similar type of class as a 3rd party library, why did we write a new one?
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.
Discussed, future implementation will get rid of this dependency.
Description
To verify basic Framework functionality I want to be able to create and run MFTF tests without any other projects required.
Included Pull Requests from Contribution Day. Please refer to issues to get more info about.
Fixed Issues (if relevant)
Contribution checklist