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

https://github.com/slavahatnuke/puppeteer-cucumber-ts-example


https://github.com/slavahatnuke/puppeteer-cucumber-ts-example

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# puppeteer-cucumber-ts-example
It's a simple example of using puppeteer with cucumber and typescript

## Installation
```bash
yarn
```

## Run tests
```bash
yarn test
```

## Run tests in headless mode
```bash
yarn test.headless
```