Open in app

Sign in

Write

Sign in

Shiv Jirwankar
Shiv Jirwankar

55 Followers

Home

Lists

About

Pinned

API testing with Playwright

Playwright now supports API testing as well. This feature would be very useful for Javascript and Typescript related applications. Let us see how we can call API requests with the Playwright library. APIRequestContext and APIRequest APIRequestContext class is responsible for sending all kinds of HTTP(S) requests over the network. APIRequest class is used…

Api Testing

2 min read

API testing with Playwright
API testing with Playwright
Api Testing

2 min read


Nov 3

Visual Testing Using pixelmatch and Playwright with CucumberJS

Scenario I was recently working on testing a feature with Playwright Node.js library which required image comparison. Playwright already have many inbuilt functions for screenshot testing, like expect(locator).toHaveScreenshot() . But here’s the catch, they have clearly mentioned in their documentation that toHaveScreenshot() works only with Playwright test runner. …

Playwright Test

2 min read

Visual UI testing using pixelmatch library and Playwright
Visual UI testing using pixelmatch library and Playwright
Playwright Test

2 min read


Oct 22

Getting started with some serious code reviews

I have been working as a software engineer for more than six years now and have been involved with some big teams for the last three years or so. One of the software development practices I have been excessively part of is code review of fellow team members. …

Code Review

4 min read

Getting started with some serious code reviews
Getting started with some serious code reviews
Code Review

4 min read


Sep 17

Get CSS properties of web element with Playwright

We often come across the situation where we need to verify the CSS property of a web element. Following are some common use cases where we would require to validate CSS properties: Color of an element. Color of border of an element. Color of an element after some action has…

Playwright

2 min read

Get CSS properties of web element with Playwright
Get CSS properties of web element with Playwright
Playwright

2 min read


Jul 15

Run Playwright tests on Azure Pipeline

When we install Playwright using npm init playwright@latest , it installs the latest Playwright version along with the option to create GitHub Actions workflow. We can run the tests in Azure Devops Pipeline as well. Pre-requisites A repository should be available in any source version control which has the workable Playwright…

Playwright Test

3 min read

Run Playwright tests on Azure Pipeline
Run Playwright tests on Azure Pipeline
Playwright Test

3 min read


May 28

Playwright Tests On Docker

In this article, let's discuss how we can run Playwright Node.js tests in a Docker container. Pre-requisites: Docker should be installed on your local machine. Playwright Node.js should be installed. Follow this link to install Playwright. And click here to install Docker. Create a dockerfile To start off, we will require dockerfile which will…

Playwright Test

2 min read

Playwright Tests On Docker
Playwright Tests On Docker
Playwright Test

2 min read


Apr 7

Playwright reporting with CucumberJS

At first, create a CucumberJS configuration. You can keep your configuration in a file. Cucumber will look for one of these files in the root of your project, and use the first one it finds: cucumber.js cucumber.cjs cucumber.mjs cucumber.json cucumber.yaml cucumber.yml Click here to view more details about CucumberJS configuration. …

Playwright Test

3 min read

Playwright reporting with CucumberJS
Playwright reporting with CucumberJS
Playwright Test

3 min read


Jan 15

Playwright reporting with Allure

Playwright also supports reporting with third-party reporters like Allure, Monocart, Tesults, and ReportPortal. Let’s check out how we can configure, install and view Allure Report with Playwright test. What is Allure Framework? Allure Framework is a flexible lightweight multi-language test report tool that not only shows a very concise representation of what have been…

Playwright Test

4 min read

Playwright reporting with Allure
Playwright reporting with Allure
Playwright Test

4 min read


Dec 27, 2022

Playwright code generation using ChatGPT

ChatGPT has taken the world by storm with its powerful AI chatbot capabilities. I have been using it for the past couple of days and the results have just blown my mind. I have searched for some Javascript and Typescript code snippets while playing with ChatGPT and I was amazed…

Playwright Test

6 min read

Playwright code generation using ChatGPT
Playwright code generation using ChatGPT
Playwright Test

6 min read


Nov 20, 2022

Reminder to keep believing in yourself

I was scrolling through my mobile and happened to watch some snippets of Shah Rukh Khan’s latest interview. I always look forward to listening to his interviews whenever it comes out. He is an excellent speaker and has got an amazing aura around him. …

Motivation

2 min read

Reminder to keep believing in yourself
Reminder to keep believing in yourself
Motivation

2 min read

Shiv Jirwankar

Shiv Jirwankar

55 Followers

Software Development Engineer in Test at Microsoft. An ambivert, optimistic, and karma believer. https://www.linkedin.com/in/shiv-jirwankar-45246577

Following
  • Zhimin Zhan

    Zhimin Zhan

  • javinpaul

    javinpaul

  • Lukas Schwekendiek

    Lukas Schwekendiek

  • Mark Manson

    Mark Manson

  • Andrey Enin

    Andrey Enin

See all (70)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams