Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henryruhs/specut
Cut massive test suites into equal chunks
https://github.com/henryruhs/specut
Last synced: 15 days ago
JSON representation
Cut massive test suites into equal chunks
- Host: GitHub
- URL: https://github.com/henryruhs/specut
- Owner: henryruhs
- License: other
- Created: 2023-01-09T18:25:52.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T21:34:42.000Z (16 days ago)
- Last Synced: 2024-10-28T01:39:40.573Z (16 days ago)
- Language: TypeScript
- Homepage:
- Size: 43.9 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-cypress - Specut - Cut massive test suites into equal chunks. (Uncategorized / Uncategorized)
README
Specut
======> Cut massive test suites into equal chunks.
[![Build Status](https://img.shields.io/github/actions/workflow/status/henryruhs/specut/ci.yml.svg?branch=master)](https://github.com/henryruhs/specut/actions?query=workflow:ci)
[![Coverage Status](https://img.shields.io/coveralls/henryruhs/specut.svg)](https://coveralls.io/r/henryruhs/specut)
[![NPM Version](https://img.shields.io/npm/v/specut.svg)](https://npmjs.com/package/specut)
[![License](https://img.shields.io/npm/l/specut.svg)](https://npmjs.com/package/specut)Installation
------------Install on your system:
```
npm install specut --global
```Usage
-----Run the command:
```
specut [options] [path]-c, --config
-a, --amount
-m, --mode
-v, --version
-h, --help
```Documentation
-------------Read the [documentation](https://henryruhs.gitbook.io/specut) for a deep dive.