Skip to content
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

[Pangolin] Deliver changes to mainline framework repo #2

Merged
merged 12 commits into from
Sep 20, 2017
Merged

[Pangolin] Deliver changes to mainline framework repo #2

merged 12 commits into from
Sep 20, 2017

Commits on Sep 13, 2017

  1. MQE-355

    Added line back into actionObject.
    KevinBKozan committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    af6346a View commit details
    Browse the repository at this point in the history
  2. MQE-359

    Removed addslashes, added replace of " to \" since " is read in a " via the xml parser.
    Rename wrapWithSingleQuotes to wrapWithDoubleQuotes, and fixed PHP Doc for the function.
    KevinBKozan committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    1f81574 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

  1. - Adding additional checks for all 3 spinners in the Magento grid UI …

    …components.
    
    - Removing the $id property from the uniqid function so it doesn't include it in the random number that is generated. This breaks many fields in the admin sense they don't accept special characters.
    ivy00johns committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    a0f8da5 View commit details
    Browse the repository at this point in the history
  2. MQE-351:Single test run for running tests in parallel mode

        - add Test Manifest Class
        - invoke new class during TestGenerator runs
        - change hardcoded slash to PHP constant
        - add directory clear between generate calls
    imeron2433 committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    db4cd0d View commit details
    Browse the repository at this point in the history
  3. MQE-351:Single test run for running tests in parallel mode

        - add relative filepath and php ending to testManifest output
    imeron2433 committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    4f21a74 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Configuration menu
    Copy the full SHA
    d300744 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. MQE-334

    KevinBKozan committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    65a0f1e View commit details
    Browse the repository at this point in the history
  2. MQE-364:[Data Input] Metadata nest jsonObject not working as expected.

        - add method for parsing nested jsonObjects
        - add method for root level jsonObjects
    imeron2433 committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    dbc03a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. MQE-247

    KevinBKozan committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    779735f View commit details
    Browse the repository at this point in the history
  2. MQE-371:[Framework] CestHookObject does order or replace {{}} references

        - add support for order and ref replacement in before/after blocks
    imeron2433 committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    a81ce7d View commit details
    Browse the repository at this point in the history
  3. MQE-349:[PageObjects] Need to add customized function for conditional…

    … click
    
        - add supporting logic for conditional click behavior
        - add conditionalClick schema to test xsd
    imeron2433 committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    b8f49d0 View commit details
    Browse the repository at this point in the history
  4. MQE-349:[PageObjects] Need to add customized function for conditional…

    … click
    
    - fix static test issues
    okolesnyk committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    e537ce7 View commit details
    Browse the repository at this point in the history