testsGenerator top-level property

FigGenerator testsGenerator
final

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 [];
  },
);