Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linkpovilas/pickle-jar-cli
Experimental CLI tool for recreating Playwright's sharding mechanism for Cucumber.js
https://github.com/linkpovilas/pickle-jar-cli
cucumberjs playwright sharding
Last synced: 3 months ago
JSON representation
Experimental CLI tool for recreating Playwright's sharding mechanism for Cucumber.js
- Host: GitHub
- URL: https://github.com/linkpovilas/pickle-jar-cli
- Owner: LinkPovilas
- License: mit
- Created: 2024-07-05T10:24:27.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-10T18:07:19.000Z (4 months ago)
- Last Synced: 2024-11-14T16:12:03.839Z (3 months ago)
- Topics: cucumberjs, playwright, sharding
- Language: JavaScript
- Homepage:
- Size: 326 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
The Pickle Jar CLI is a command-line interface tool that helps you run Cucumber.js tests on multiple machines simultaneously.
## Installation
```bash
$ npm i -D @pickle-jar/cli
```## Usage
```bash
$ npx @pickle-jar/cli test 1/4
```## License
Pickle Jar CLI is [MIT licensed](LICENSE).