Module: Playwright::Test
- Defined in:
- lib/playwright/test.rb
Overview
this module is responsible for running playwright assertions and integrating with test frameworks.
Defined Under Namespace
Modules: Matchers Classes: Expect
Constant Summary collapse
- ALL_ASSERTIONS =
PageAssertions.instance_methods(false) + LocatorAssertions.instance_methods(false)