Testsets
📄️ Upload File
Uploads a CSV or JSON file and saves its data to MongoDB.
📄️ Import Testset
Import JSON testset data from an endpoint and save it to MongoDB.
📄️ Create Testset
Create a testset with given name and app_name, save the testset to MongoDB.
📄️ Get Single Testset
Fetch a specific testset in a MongoDB collection using its _id.
📄️ Update Testset
Update a testset with given id, update the testset in MongoDB.
📄️ Get Testsets
Get all testsets.
📄️ Delete Testsets
Delete specific testsets based on their unique IDs.