externalSerenityWorkerFixtures
Index
Properties
Properties
externalplatform
Name and version of the operating system that Playwright Test worker process runs on.
Type declaration
externalname: string
externalversion: string
externalserenity
Retrieves the root object of the Serenity/JS framework.
externalactorCalled
Uses the provided cast of actors
to instantiate an Actor
called name
and inject it into a test scenario.
Retrieves an existing actor if one has already been instantiated.
Learn more
- Declaring a Serenity/JS test scenario
SerenityFixtures.actors
Type declaration
Parameters
externalname: string
Returns Actor
Serenity/JS-specific Playwright Test fixtures injected into your test scenarios.
Example test scenario
Learn more