Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sotayamashita/playground-cucumber-playwright


https://github.com/sotayamashita/playground-cucumber-playwright

cucumber-playwright playground

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Cucumber + Playwright

## Setup

```bash
git clone [email protected]:sotayamashita/playground-cucumber-playwright.git
cd playground-cucumber-playwright

pnpm install
```

## Running tests

### Runing tests by cucumber

It will generate an HTML report under `cucumber-report/` after executing the command below:

```bash
pnpm run test:cucumber
```

### Running tests by playwright

It will generate an HTML report under `playwright-report/` after executing the command below:

```bash
pnpm run test:playwright
```

## Acknowledgement

- [Tallyb/cucumber-playwright](https://github.com/Tallyb/cucumber-playwright)
- [serenity-js/serenity-js-cucumber-playwright-template](https://github.com/serenity-js/serenity-js-cucumber-playwright-template)