Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T22:44:26.000Z (28 days ago)
- Last Synced: 2024-12-14T13:17:31.967Z (19 days ago)
- Topics: nodejs, pair-wise, pict, testing, testing-tool, typescript
- Language: TypeScript
- Homepage:
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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).