atf_help_screenshot constant

TranslationEntry const atf_help_screenshot

Implementation

static const atf_help_screenshot = TranslationEntry(
  key: 'atf_help_screenshot',
  value:
      'Takes a screenshot and saves it to the test runner.  As a note, screenshots take a up to 5 seconds so this step should be avoided in performance related tests.  Screenshots are not supported on the Web platform.',
);