Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MQE-498: Ability to pass simple values into an action group #41

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 16 commits into from
Feb 26, 2018

Conversation

KevinBKozan
Copy link
Contributor

Description

  • Added type to actionGroup <argument> elements.
  • Type defaults to entity, can be overriden with string to treat input as a string literal.

Fixed Issues (if relevant)

  1. magento/magento2-functional-testing-framework#<498>: Ability to pass simple values into an action group

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

- Fixed check for isPersisted, added trim to variableName to be able to replace into 'string' parameters.
- Fixed case of sending in $data.key$ as simple data.
- verification test updates
- Added simpleData array to actionGroupObject
- Added check for simpleArgument matching, and different resolution strategy for them.
- Verification and Unit test updates with more usecases
- simpledata -> data enum.
- no longer two different $argument arrays, only one but a new one with name=>type mapping.
- Refactor to use arguments as ArgumentObjects.
- removed secondary loop, only looping through arguments once now.
- More CR Fixes, removal of empty argument method.
- type=string will now ALWAYS return literally what was put into it. No xml.data resolution.
- type=entity will now ALWAYS try to resolve the data passed in.
@KevinBKozan KevinBKozan merged commit cce66c4 into develop Feb 26, 2018
@KevinBKozan KevinBKozan deleted the MQE-498 branch February 26, 2018 18:54
magento-cicd2 pushed a commit that referenced this pull request Mar 26, 2021
[2.x] MQE-2585: use --no-sandbox chrome options for functional suite.
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.

1 participant