Categorygithub.com/nmcclain/cloudprober_external_playwright
modulepackage
0.0.0-20220318212400-16b5ae95d0b2
Repository: https://github.com/nmcclain/cloudprober_external_playwright.git
Documentation: pkg.go.dev

# README

cloudprober_external_playwright: a cloudprober external probe wrapper to run playwright tests

Usage:

  cloudprober_external_playwright [options] <test_directory>
  cloudprober_external_playwright --help
  cloudprober_external_playwright --version

Options:
  --version                    Show version
  -h, --help                   Show this screen

This tool is intended to be called from cloudprober, for example:

probe {
  name: "playwright"
  type: EXTERNAL
  targets { dummy_targets {} }
  external_probe {
    mode: ONCE
    command: "cloudprober_external_playwright tests"
  }
  interval_msec: 30000  # 30s
  timeout_msec: 10000   # 10s
}

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author