Luca Del Puppo
Run, Code & Learn

Run, Code & Learn

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

Playwright Getting Started


Articles in this series

Playwright - Let's start

Dec 7, 20225 min read

Install & Run · In the last period, in the frontend ecosystem, a new e2e tool has come up and it has started to become famous; its name is Playwright. In...

Playwright - Let's start

Playwright - How to write tests

Dec 14, 20226 min read

Locators, assertions and more · What are you going to learn in this post? In this post, you will learn how to write tests with Playwright, using...

Playwright - How to write tests

Playwright - debug your tests

Dec 21, 20224 min read

VsCode Extensions · Debug your tests One of the most popular things done by developers is to debug the code using console.log.But today I want to show...

Playwright - debug your tests

Playwright - Generate tests' code

Dec 29, 20223 min read

Write your test from your browser · Hi there,today you will learn how to generate the code for your tests. First of all, you have to run the application,...

Playwright - Generate tests' code

Playwright - Fixtures

Jan 5, 20234 min read

Fixtures · Hey there,Today I want to speak about Fixtures, a vital friend if you're going to work with Playwright and you want to share data between your...

Playwright - Fixtures

Playwright - Components testing

Jan 12, 20233 min read

Experimental components testing · Hi there,Today I'll speak about a beta feature in Playwright: Components. The team is building a new feature to write...

Playwright - Components testing