Luca Del Puppo
Run, Code & Learn

Run, Code & Learn

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

E2E

#e2e

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 - 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

Playwright - CI

Jan 19, 20233 min read

Add Playwright to your CI · Hi there,Today I want to speak about integrating Playwright in your GitHub action CI.So don't waste time and let's start. To...

Playwright - CI