saveApprovedCase static method
Saves approved test cases to a Dart file.
Implementation
static void saveApprovedCase(dynamic approvedCase, {String? filePath, String? fileName}) {
saveCases(null, approvedCase, filePath: filePath, fileName: fileName);
}