Luca Del Puppo
Run, Code & Learn

Run, Code & Learn

Follow
homePlaywright Getting StartedJavascript Iterators & GeneratorsIt's Prisma TimeReact QueryTypescript - Tips & TricksRxJS - Getting Startedbadges
Tag

playwright

#playwright

More content

Read more stories on Hashnode


Articles with this tag

Playwright - UI Mode

Apr 6, 20233 min read

Hi folks,In release 1.32, Playwright released a new cool feature for us, the UI Mode! This feature is still in beta yet, but you can use it by adding...

Playwright - UI Mode

Playwright - Parametrize tests

Feb 23, 20233 min read

Parametrize tests · Hey folks, Today it's time to speak about how to parametrize tests with Playwright. There are cases where we want to test the same...

Playwright - Parametrize tests

Playwright - Not just for Frontend

Feb 16, 20237 min read

API Testing · In this path with Playwright we spent a lot of time speaking about e2e tests and component testing in the frontend world. But now it’s time...

Playwright - Not just for Frontend

Playwright - Parallelism and sharding

Feb 9, 20236 min read

Parallelism and sharding · Hey Folks, Today I'll speak about parallelism and sharding with Playwright, so don't waste time and jump into it. By default,...

Playwright - Parallelism and sharding

Playwright - Visual Comparisons

Feb 2, 20235 min read

Visual Comparisons · Hi there, Today I want to speak about Visual comparisons with Playwright. In some projects is crucial to respect the same size for...

Playwright - Visual Comparisons

Playwright - Mock API

Jan 26, 20234 min read

Mock API · Hi there,Today I want to talk about how to mock API with Playwright. To do that, I add a new feature to the usual example. When one of the...

Playwright - Mock API