CommonStepDefinitions

works.iterative.testing.e2e.CommonStepDefinitions

Common step definitions for Playwright E2E tests.

Mix this trait into your step definition classes to get pre-built steps.

Example usage:

class MyStepDefinitions extends PlaywrightCucumberRunner with CommonStepDefinitions:
// Your custom step definitions...

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
In this article