#playwright
Read more stories on Hashnode
Articles with this tag
Combining Testing and Scraping capabilities into one test · Intro: Motivation Recently at work, I had a new project to generate insurance quotes from a...
A tool for improving your frontend testing work flow · Installation Playwright offers a Visual Studio Code extension that gives some handy features for...
Exploring alternative syntax · In preparing to tackle a new task involving Playwright I was doing some research into how to scrape webpages using this...
How to add code reusability to your frontend end-to-end testing · Why do we need the Page Object Model? The Page Object Model is another feature offered...
How to make your tests more organized, readable, and debuggable · What are steps? Suppose you have a long test that you want to break into sections to...
Frontend end-to-end testing · Today I'm going to develop a test that will let us know if everything on the main page of my blog is showing up as...