testsGenerator top-level property
Implementation
final FigGenerator testsGenerator = FigGenerator(
script: (List<String> tokens) {
// TODO: load the list of test files specified in testDir on playwright.config file
return [];
},
postProcess: (String out, [List<String>? tokens]) {
return [];
},
);