Magento-Codeception
Magento-Codeception copied to clipboard
A set of Codeception tests for Magento
https://github.com/Codeception/Codeception/tree/2.1/ext
Due to different themes (selectors) and sample data it's needed to implement different tests either by groups or by environments
I think that it's a good idea if we have the possibility to run all the tests on different Magento versions with default sample data. For this purpose we can...
Hello @Zifius I noticed that in the bottom of CheckoutCest::testOnePageCheckout() you are using $I->wait(7) after the "Place Order" button is pressed. I don't think that this is the most reliable...