WebSorcery / testcase-generator

automates the process of generating test cases for cp. It takes input data, specified constraints, and test case conditions, and produces a set of test cases that exercise different paths and functions of the software application under test.
https://testcase-generator.vercel.app
MIT License
0 stars 6 forks source link

Create npm Package for Test Case Generation #14

Open ank1traj opened 9 months ago

ank1traj commented 9 months ago

Initiate the creation of an npm package that encapsulates the functionalities of the test case generation tool, enabling users to easily install and utilize the tool within their projects.