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

Implement Multiple File Format Options for Test Case Downloads #18

Open ank1traj opened 9 months ago

ank1traj commented 9 months ago

Enhance the test case generation tool to provide users with the ability to download their generated test cases in multiple file formats, enabling flexibility in usage and compatibility with various programming environments.

HavokSahil commented 8 months ago

@ank1traj I would like to work on that