iceomix / pict-docker

Dockerized Pairwise Independent Combinatorial Testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerized Pairwise Independent Combinatorial Testing

This is a dockerized version of PICT

How to use

Standalone PICT accepts filename as input model, but it is more convenient to use standard input in docker wrapper:

cat model | docker run --rm -i ghcr.io/iceomix/pict

Additionally, you can pass PICT options as arguments:

cat model | docker run --rm -i ghcr.io/iceomix/pict [options]

PICT options:

/o:N    - Order of combinations (default: 2)
/d:C    - Separator for values  (default: ,)
/a:C    - Separator for aliases (default: |)
/n:C    - Negative value prefix (default: ~)
/e:file - File with seeding rows
/r[:N]  - Randomize generation, N - seed
/c      - Case-sensitive model evaluation
/s      - Show model statistics

About

Dockerized Pairwise Independent Combinatorial Testing


Languages

Language:Shell 67.3%Language:Dockerfile 32.7%