Vitaliy Potapov

Vitaliy Potapov @vitalets

About: Lead Software Engineer in medical company.

Location:
Spain
Joined:
Dec 12, 2017

Vitaliy Potapov
articles - 14 total

Global Cache: Make Playwright BeforeAll Run Once for All Workers

Intro Let’s start with a quick quiz: How many times will the BeforeAll hook run in the...

Learn More 13 0Aug 12

Fix the Most Annoying MS Teams Bug: Reveal Hidden Tabs While Presenting

🤯 The Problem: Teams Toolbar Hides Your Tabs If you ever share your screen in Microsoft...

Learn More 0 0May 14

Open bookmarks in a new tab by default — easier said than done

“I just want my Chrome bookmarks to open in a new tab by default.” Sounds like a trivial feature,...

Learn More 1 4May 1

[Boost]

Request-Mocking-Protocol: A New Approach to Mocking Server-Side...

Learn More 0 0Mar 13

Request-Mocking-Protocol: A New Approach to Mocking Server-Side Requests in E2E Testing

In modern web development, end-to-end testing is essential for ensuring that applications behave as...

Learn More 1 0Mar 13

"Fix with AI" Button in Playwright HTML Report

Introduction End-to-end tests are great for ensuring application reliability, but they can...

Learn More 39 5Jan 13

Show Metadata in Playwright HTML Report: A Complete Guide

Playwright is a powerful testing framework, but its HTML reports can feel bare-bones for complex...

Learn More 15 2Dec 19 '24

Supercharge Your E2E Tests with Playwright-Network-Cache

Intro When working with end-to-end testing frameworks like Playwright, handling network...

Learn More 23 2Oct 8 '24

Setting up Subpath Import Aliases in a TypeScript Project

TL;DR use custom conditions One day, I decided to incorporate modern path aliases in my TypeScript...

Learn More 1 0Sep 1 '24

Returning JSX from React Server Actions

Did you know that Next.js Server Actions can return React Components JSX instead of raw JSON...

Learn More 3 4Aug 30 '24

Solving a problem of duplicate steps in Cucumber BDD testing

Hello 👋 I'm a maintainer of BDD testing tool. One of the popular requests I'm getting from consumers...

Learn More 2 2Aug 8 '24

Introducing Playwright-magic-steps: Simplify your Test Automation Workflow

Intro Hey Folks👋 Recently I've released playwright-magic-steps - a tool to make your...

Learn More 7 0Jul 18 '24

✨ Generate BDD tests with ChatGPT and run them with Playwright

In my current projects, I follow the Behavior Driven Development (BDD) approach for automated...

Learn More 6 0Sep 18 '23

What's wrong with Promise.allSettled() and Promise.any()❓

An opinionated review on two new methods in Promise API: Promise.allSettled() and Promise.any().

Learn More 76 12Jul 17 '19