Skip to main content

Syntax Rules

  • Matching: Case-sensitive substring matching.
  • Multiple Patterns: Comma-separated (no spaces).
  • Extensions: No need to include .spec.js or .spec.ts.

Filter by File

Run specific test files.

Filter by Test Name

Run specific test cases.

Combine Filters

Run tests that match both the file and the name criteria.
Note: Running ./gradlew plugwrightTest without arguments runs all tests.