New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@revved/split-tests

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@revved/split-tests

Test splitting for Gitlab CI.

latest
npmnpm
Version
1.1.3
Version published
Maintainers
5
Created
Source

split-tests

Command Line Args (all required)

split-tests [numberOfCiJobs] [jobIndexOffset] [folderToSearch]...
  • numberOfCiJobs: How many parallel test jobs are being used.
  • jobIndexOffset: Other non test parallel jobs can cause the job index to start higher than zero. Use this offset to account for that.
  • folderToSearch: Pass one or more relative folder paths to search for test files in. Search is recursive, so only the top level folder(s) are needed.

Example

Example for running 1/6 of the tests at a time, offsetting to account for one other job, and searching through two folders:

split-tests 6 -1 unit-tests e2e-tests

FAQs

Package last updated on 22 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts