Browsing Tag
playwright
9 posts
🔌 Building Playwright Framework Step By Step – Implementing API Fixtures
🎯 Introduction API (Application Programming Interface) testing is a fundamental aspect of the software testing process that focuses…
Playwright: A Guide to Browser Automation & Testing
👋 Let’s Connect! Follow me on GitHub for new projects. Introduction Playwright is a browser automation library designed…
Tired of Flaky Tests? How Playwright Ensures Reliable and Scalable Automation
Breaking Free from Flaky Tests – A Tester’s Worst Nightmare The Playwright Advantage: A Smarter Approach to Automation…
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…