good-first-issue-finder icon indicating copy to clipboard operation
good-first-issue-finder copied to clipboard

[OTHER] [Playwright Tests] Page Object Model, beforeEach hook - small code refactor

Open bugITwhisperer opened this issue 1 year ago • 1 comments

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.

bugITwhisperer avatar Oct 10 '23 20:10 bugITwhisperer