Kayode Oluwasegun
Kayode Oluwasegun

Kayode Oluwasegun

Follow
homeResourcesLinuxTestingTypescriptNowBadges
Tag

Frontend Development

#frontend-development

More content

Read more stories on Hashnode


Articles with this tag

Playwright Tutorial for Beginners 6 - Demo 1

Jan 11, 20222 min read

Introduction In previous tutorials, we learnt some basic concepts of testing with Playwright. So in this tutorial, we will put some of the concepts...

Playwright Tutorial for Beginners 6 - Demo 1

Playwright Tutorial for Beginners 5 - Performing Actions

Jan 11, 20223 min read

Test input You can easily fill-out form fields with page.fill(). page.fill() focuses on the element and triggers an input event with the specified...

Playwright Tutorial for Beginners 5 - Performing Actions

Playwright Tutorial for Beginners 4 - Selectors and Locators

Jan 11, 20222 min read

Playwright locators and selectors To interact with elements, you need to locate the element first. Selectors are used when locating an element. Then...

Playwright Tutorial for Beginners 4 - Selectors and Locators

Playwright Tutorial for Beginners 3 - Trace Viewer

Jan 11, 20222 min read

In this tutorial, we will learn about another GUI tool provided by Playwright called the Trace Viewer. The Playwright Trace Viewer is a GUI tool that...

Playwright Tutorial for Beginners 3 - Trace Viewer

Playwright Tutorial for Beginners 2 - Code Generator

Jan 11, 20222 min read

Using Playwright test generator (codegen) Playwright has a feature that allows us to generate tests scripts by interacting with web apps...

Playwright Tutorial for Beginners 2 - Code Generator

Playwright Tutorial for Beginners 1 - Getting Started

Jan 11, 20222 min read

What is Playwright? From the documentation’s definition, Playwright is a tool that “enables reliable end-to-end testing for modern web apps”. What...

Playwright Tutorial for Beginners 1 - Getting Started