https://github.com/slavahatnuke/puppeteer-cucumber-ts-example
https://github.com/slavahatnuke/puppeteer-cucumber-ts-example
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/slavahatnuke/puppeteer-cucumber-ts-example
- Owner: slavahatnuke
- Created: 2023-07-26T10:48:56.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-26T11:59:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T23:31:15.113Z (4 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```