Tagged: playwright tutorials
Playwright uses Jest Library for its testing assertions. So the next time you are using expect from @playwright/test, just know that you have been using the expect library from Jest. There are tons of...
We are going to learn How to Save Cookies and Reuse Authentication State in Playwright in this tutorial. Playwright makes storing your auth state easy and then reusing it in other tests. Thus avoiding...
This article on How to Generate Allure reports in Azure Pipeline with Playwright assumes some things beforehand. That you have been able to successfully create reports in Playwright or whatever tool you are using,...
We are going to learn how to automate Microsoft MFA using Playwright in this post. When someone says there are some things that you can’t do, that’s when you know that you are up...