Class LoginAsPlaywrightExtension
java.lang.Object
eu.rarogsoftware.rarog.platform.junit.extensions.LoginAsPlaywrightExtension
- All Implemented Interfaces:
org.junit.jupiter.api.extension.BeforeEachCallback
,org.junit.jupiter.api.extension.Extension
public class LoginAsPlaywrightExtension
extends Object
implements org.junit.jupiter.api.extension.BeforeEachCallback
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
beforeEach
(org.junit.jupiter.api.extension.ExtensionContext context)
-
Constructor Details
-
LoginAsPlaywrightExtension
public LoginAsPlaywrightExtension()
-
-
Method Details
-
beforeEach
- Specified by:
beforeEach
in interfaceorg.junit.jupiter.api.extension.BeforeEachCallback
- Throws:
Exception
-