Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MQE-1704: MFTF Compatibility with PHPUnit 9 (#657)
* MQE-1704: MFTF Compatibility with PHPUnit 8 Upgraded PhpUnit + Codeception * MQE-1704: MFTF Compatibility with PHPUnit 8 Added codeception modeule-* dependencies to fix functional tests * MQE-1704: MFTF Compatibility with PHPUnit 8 fixed static checks * MQE-1704: MFTF Compatibility with PHPUnit 8 Fixed phpmd error * MQE-1704: MFTF Compatibility with PHPUnit 8 Removed pauseExecution to use pause * MQE-1704: MFTF Compatibility with PHPUnit 8 Override switchToIFrame to include find by ID. * MQE-2040: Unable to run suites from standalone MFTF fixed static checks, fixed for MagentoAllureAdapter * MQE-1704: MFTF Compatibility with PHPUnit 9 Updated to PHPUnit 9 and fixed unit tests * MQE-1704: MFTF Compatibility with PHPUnit 9 remove PHP 7.2 support * MQE-1704: MFTF Compatibility with PHPUnit 9 added Pause to MagentoWebDriver.php for step generation in console/allure * MQE-2078: [PHPUnit 9] assertContains and assertNotContains breaking c… (#673) * MQE-2078: [PHPUnit 9] assertContains and assertNotContains breaking changes added new actions assertStringContainsString assertStringContainsStringIgnoringCase * MQE-2078: [PHPUnit 9] assertContains and assertNotContains breaking changes Added additional documentation for assertContains * Grammar fixes Co-authored-by: Donald Booth <[email protected]> Co-authored-by: Donald Booth <[email protected]>
- Loading branch information