1.3.0 • Published 3 years ago

@ggolfz/tcgen v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Test case Generator

CLI Usage

Install

npm install -g @ggolfz/tcgen

Usage without Installation

npx @ggolfz/tcgen generate [template]

Usage

tcgen [template]

Parameter

-n, --num [number]: Number of Testcase (Optional: Default is 1)

-s, --source [source]: Source of Template File (Optional)

-e, --extension [extension]: File Extension (Optional: Default is 'in')

Template

Input Lines split by \n and each inputs split by space

Input Format : <type;condition1;condition2;...>

String Input Format : <string;minLength;maxLength> minLength and maxLength are optional

Integer Input Format : <integer;minValue;maxValue> minValue and maxValue are optional

Floating Input Format : <float;minValue;maxValue;digits> minValue, maxValue, digits are optional

Regex Input Format : <regex;value>

1.3.0

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago