good-first-issue-finder
good-first-issue-finder copied to clipboard
[OTHER] [Playwright Tests] Page Object Model, beforeEach hook - small code refactor
automation best practices
@Cahllagerfeld : what do you think about introducing some best automation practices like:
- arrange/act/assert pattern,
- beforeEach,
- page object model to the test solution? It would result in less code repeats (DRY) and better code maintenance.