Skip to content

[Feature] Create Playwright Page Object Model for the E2E tests #1194

@DanielTakev

Description

@DanielTakev

Currently we don't have any Page Object Model (POM) for our E2E tests with Playwright
Creating POM would help to create and maintain the E2E tests for the application.

What should be the structure?
The structure should represent the base structure of our web pages. The idea behind POM is to define test classes with methods for each web page and in this way, we reuse selectors and methods, which help to avoid duplicated code.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions