test

Executes playwright test with optional browser/project selection.

@playwright test {
    browser = "webkit"
    project = "ci"
    args = "--debug"
}

Capabilities

CapabilityInfo
Cacheremote
Bachno

Argument Reference

The following arguments are supported:

  • browser - (Optional) Browser to use.
  • project - (Optional) Project to use.
  • args - (Optional) Additional arguments passed to playwright test.
Last updated on