# Sample Cypress Cucumber

This is a sample project for Cypress and Cucumber with Multiple HTML Cucumber Reporter.

## Setup

Install PNPM by following the guide [here](https://pnpm.io/installation).

## Run the Test

Install the dependencies by running the following command:

```shell
pnpm install
```

Run the tests by using the following command:

```shell
pnpm test
```

Generate the HTML reporter by using the following command:

```shell
pnpm report
```
