screenshotsEnabled property
bool
get
screenshotsEnabled
Flag passed via command line (with --screenshots) if the tests should make screenshots. Screenshots are not handled by fastdriver. Developer is responsible for making screenshot when this flag is passed
Implementation
bool get screenshotsEnabled => arguments[screenshotsArg] ?? false;