Web frontend for Microsoft PICT tool for pairwise test case generation
Pairwise Independent Combinatorial Tool by Microsoft for generating combinations based on specified parameters, typically used for testcase generation. Available at https://github.com/microsoft/pict
PICT is one of the tools I'm using relatively often in my work to provide sufficient coverage during either manual exploratory testing of a new feature, or when developing test automation. For this reason, I wanted to make a simple web frontend for PICT.
- Run
make
- Run
make dev
- Open http://localhost:3000
- Run
make
- Run
make run-server
Prequisites:
- Docker https://www.docker.com/
To build docker container with pict and website
- Run
make docker-build
from Docker Quickstart Terminal to build docker image - Run
make docker-run
to start Docker container