Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 708 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 708 Bytes

Introduction

This repository is used to fight automatically on LeekWars.

Prerequisites

  • NPM 6.14.8+ (if you want to run tests with the GUI of Cypress)

Installation

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.

Execute tests

Launch Cypress with the graphical interface

make launch

Then, you just have to click on the test you want to run.

Run Cypress in headless mode and generate reports

make run