Browsing Tag
playwright
6 posts
Retro: Working with the Playwright Framework
Welcome to a Simple Introduction to Playwright In this introductory piece, I explore the basics of the Playwright…
🚀 Mastering Website Previews: A Step by Step Guide to Playwright and Chromium! ✨
So you want to show a website preview. Your first thought, I’ll just stick the URL in an…
Introducing visual testing for Playwright
Playwright is an essential tool for testing user flows to ensure they actually work (e.g. “sign up” or…
Creating a Telegram chatbot with ChatGPT: A Step-by-Step Guide
Introduction In this tutorial, we will be building a telegram bot that can interact with OpenAI’s chatbot, ChatGPT.…
Playwright Awesome Selectors
Check out my short post on Playwright Awesome Selectors My personal favourite is page.getByRole(role, options) eg: await page.getByRole('button',…
Next.js + Playwright + GitHub Actions Boilerplate
A comprehensive Todo app with APIs and E2E tests with GitHub Actions enabled. See the repository: https://github.com/burakkantarci/playwright-todo-app This…