This project was created as a proof of concept to test the capabilities of CodeceptJS and TestCafe on Magento v1
You need to have the following tools installed on your computer. Node.js v12.10.0 or higher, npm v6.11.3 or higher. To install both tools you can download them from the Node.js website
Clone this repository into your local machine
git@github.com:Carlos-Veloz/CodeceptJS-Magento-v1.git
cd CodeceptJS-Magento-v1
Install dependencies by running
npm install
Once you have the environment set up, you can run the tests by running the following commands. To run tests on your local
npm run test:home
For more information please refer to: