Learning from discussions originating from code reviews is helping me create a pack of automated tests using TypeScript and Playwright. I have been developing a pack of Playwright tests with a Page Object Model. A simplified example of a page in the Page Object Model looked something like this: A simplified example of a test: …
Continue reading “Use code reviews to have discussions about your test automation code”