Description
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
- Windows 8
- Magento Version: 2.1.0 ce
- SQL Version: 5.7.11
- PHP Version: 5.6.19
Test Run Steps:
1)Go to Magento Root Directory:
cd magento2.1\dev\tests\functional
-
Now run the test case execution by following command:
vendor\bin\phpunit -
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)
Please provide the solution or the steps for configuration (if I missed any)
Thanks!!!!