-
Notifications
You must be signed in to change notification settings - Fork 131
MFTF 2.3.7 - Merge to Master #241
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…arameterArray - bug fix
…arameterArray - addressed static test failures
…arameterArray - addressed review comments
- new .env DEFAULT_TIMEZONE, defaults to 'America/Los_Angeles' - generateDate now uses this value (or override if provided) - DEFAULT_TIMEZONE and timezone attribute are now checked in generation; fast fail in generation as opposed to run-time
MQE-1142: Use timeout value when waitForLoadingMaskToDisappear
MQE-1065: Persisted data are not resolved correctly when using with ParameterArray
…ly (#226) * MQE-1040: MFTF standalone commands do not pass down constants correctly - Updated Magento_bp and Tests_bp to be set after env is loaded - Updated standalone bootstrap to use different relative module path if magento_bp is set * MQE-1040: MFTF standalone commands do not pass down constants correctly - Updated filename * MQE-1040: MFTF standalone commands do not pass down constants correctly - Changed define to add defined
- Added default value for $timeout attribute (causing issues with CE tests)
- Added check to ascertain browser is among the available log types
…ly (#232) * MQE-1040: MFTF standalone commands do not pass down constants correctly - Corrected original ticket - Changed functional run location from alternate Magento Directory to project directory whether standalone or in vendor * MQE-1040: MFTF standalone commands do not pass down constants correctly - Removing commented line
…cter - Made regex more flexible, should accept any character except for ones that break the pattern.
…ement - parent is now included in exception output
#228) * MQE-1124: [Github Issue] Allow running tests for modules installed in Magento instance via vendor directory. #162 - Adjusted Module Resolver to look Recursively from Project Root, Magento BP and dev/tests - Updated Module Resolver Unit Tests to reflect changes * MQE-1124: [Github Issue] Allow running tests for modules installed in Magento instance via vendor directory. #162 - Reintroduced recursive_merge to prevent similar directories with different contents being missed * MQE-1124: [Github Issue] Allow running tests for modules installed in Magento instance via vendor directory. - Updated to include checking through registered Magento modules * MQE-1124: [Github Issue] Allow running tests for modules installed in Magento instance via vendor directory. - Used class constant instead of just adding it * MQE-1124: [Github Issue] Allow running tests for modules installed in Magento instance via vendor directory. - Adding requested changes * MQE-1124: [Github Issue] Allow running tests for modules installed in Magento instance via vendor directory. - Specified additional error in case of bad Magento basepath
… on file (#234) * MQE-1173: [Dev experience] Error on test generation without reference on file - Added error messaging at Action level - Extended range of errors caught at Test level - Added unit tests for Exception catching for TestGenerator and ActionMergeUtil * MQE-1173: [Dev experience] Error on test generation without reference on file - Removed unused use cases * MQE-1173: [Dev experience] Error on test generation without reference on file - Removed use * MQE-1173: [Dev experience] Error on test generation without reference on file - Added setting parameter list to [] in case of no parameters * MQE-1173: [Dev experience] Error on test generation without reference on file - Moved count out of matching method * MQE-1173: [Dev experience] Error on test generation without reference on file - Made requested changes - Updated unit tests to be a bit more descriptive
- Added support for passing in data into arguments as `{{mydata.value}}`
- Actiongroup and test dom classes now check for duplicate child <test> and <actionGroup> elements.
* MQE-1117: dontSeeJsError does not catch JS errors - changed to only check js errors in current page - bug fix
- Syntax issue in ErrorLogger.php fixed.
- Changelog update with 2.3.7 items - version bump in composer and lock file
1 similar comment
tomreece
previously approved these changes
Oct 2, 2018
- Added check for null driver to prevent php fatal error
aljcalandra
previously approved these changes
Oct 3, 2018
* Update formatting and links * Fix formatting and style
- Copy content from devdocs - Convert to GFM - Review and update - Add table of contents
aljcalandra
approved these changes
Oct 3, 2018
magento-devops-reposync-svc
pushed a commit
that referenced
this pull request
Nov 10, 2022
ACQE-3401 : 3.11.1 RC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Contribution checklist