Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).