main function
Main function to run the tests
Implementation
Future<void> main() async {
GtdLogger.i('Starting API test execution');
await ApiTester.runAllTests();
}
Main function to run the tests
Future<void> main() async {
GtdLogger.i('Starting API test execution');
await ApiTester.runAllTests();
}