Skip to content

Magento Test Framework giving the failure results for Magento 2.1.0 ce  #6227

Closed
@shahankit783

Description

@shahankit783

When I tried to run the default testcases of magento 2.1.0 ce using MTF , only few of the test cases are passing rest of all are failing. I had also changed the xml file configurations for the same

Preconditions

  1. Windows 8
  2. Magento Version: 2.1.0 ce
  3. SQL Version: 5.7.11
  4. PHP Version: 5.6.19

Test Run Steps:

1)Go to Magento Root Directory:
cd magento2.1\dev\tests\functional

  1. Now run the test case execution by following command:
    vendor\bin\phpunit

  2. I am also running the specific group by following command:
    **vendor\bin\phpunit --group "Bundle_Product_(CS)"

Expected result

Most of the test cases should "PASS" as per the Dev-docs.

Actual result

Failure Error:
Though there are many failure reasons but the very common Exception it shows is : "Configuration settings are not applied! Url: http://localhost:8080/magento2.1.0ce/admin_iaa328/admin/system_config/save/section/admin"

Please find the attached zip file in which i have added 3 configuration files (modified for running test cases)

Config_files.zip

Please provide the solution or the steps for configuration (if I missed any)

Thanks!!!!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions