1.1.0 • Published 2 years ago

package-consumer-test-runner v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Package consumer test runner

Overview

This is a monorepo CLI tool used to run a set of (mainly test) commands on the consumers of a specific package after changes are applied to it.

Flags

Custom commands

FlagDescriptionExample
--build-cmdCustom build command--build-cmd=lint-ci
--lint-cmdCustom lint command--lint-cmd=lint-ci
--test-cmdCustom test command--test-cmd=test-ci

Custom command flags

FlagDescriptionExample
--build-flagsCustom build flags--build-cmd='--ci'
--lint-flagsCustom lint flags--lint-flags='--ext .jsx'
--test-flagsCustom test flags--test-flags='-- -u'

Running Specific Commands

FlagDescription
--buildOnly runs build
--lintOnly runs lint
--testOnly runs test

Other

FlagDescription
--only-consumersOnly runs commands on consumer packages
1.1.0

2 years ago

1.0.0

2 years ago