This repository is used to fight automatically on LeekWars.
- NPM 6.14.8+ (if you want to run tests with the GUI of Cypress)
Clone the repository in your workspace
git clone [email protected]:cyprille/cypress-leek.git
Run the Makefile to configure the project and install dependencies
make install
Test the Cypress install
npm test
The Cypress GUI will start automatically at the end of the process.
make launch
Then, you just have to click on the test you want to run.
make run