https://github.com/radekbednarik/pict-web-service
Web service to allow user friendly generation of test cases via pair-wise approach using MS PICT tool.
https://github.com/radekbednarik/pict-web-service
nodejs pair-wise pict testing testing-tool typescript
Last synced: 12 months ago
JSON representation
Web service to allow user friendly generation of test cases via pair-wise approach using MS PICT tool.
- Host: GitHub
- URL: https://github.com/radekbednarik/pict-web-service
- Owner: radekBednarik
- License: mit
- Created: 2024-05-03T07:44:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-02T05:09:18.000Z (about 1 year ago)
- Last Synced: 2025-06-17T14:56:28.038Z (12 months ago)
- Topics: nodejs, pair-wise, pict, testing, testing-tool, typescript
- Language: TypeScript
- Homepage:
- Size: 823 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PICT web service
Simple backend and frontend tooling for generating
test cases using [PICT](https://github.com/microsoft/pict) under the hood.
When used correctly, this tool should provide you with
`.json`, `.txt`, `.csv` and `.xlsx` options to download generated test cases.
## Installation
Read these:
- [backend](/backend/README.md)
- [frontend](/frontend/README.md)
## Deployment
Application is currently available on [pwtg.dev](https://pwtg.dev).