Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Testsuite PoC - Injectable page objects #30097

@jonkoops

Description

@jonkoops

This issue depends on #30611

Add support for the ability to inject pages where a page is a Java class that represents the fields and forms on a given page, for example:

@TestUser
UserResource userResource;

@Page
LoginUsernamePasswordPage usernamePasswordPage;

void testLogin() {
  usernamePasswordPage.login(userResource);
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions