NashTech Insights

Playwright

Posts by categories

Posts by tags

Import test result to AIO Test from Playwright + cucumber test framework

AIO Tests is a test management tool for Jira, it is a Jira-native app with many installations from the Atlassian marketplace and good reviews from users. The tool has a one-click installation, and you are good to go with the app’s default settings. Minimalistic but has an enjoyable interface. Everything looks logical. There are two …

Import test result to AIO Test from Playwright + cucumber test framework Read More »

Playwright Test Maintenance: Best Practices for Keeping Your Tests Up-to-Date and Reliable

Introduction – Best Practices for Keeping Your Tests Up-to-Date and Reliable As web applications continue to evolve and grow in complexity, maintaining reliable and up-to-date test automation frameworks is essential for delivering high-quality software. Playwright, a powerful end-to-end testing library developed by Microsoft, has gained immense popularity among developers due to its cross-browser capabilities, ease …

Playwright Test Maintenance: Best Practices for Keeping Your Tests Up-to-Date and Reliable Read More »

Performance Testing for microservices-Based Applications with Playwright

Microservices-based architectures have become very popular in the current software development environment because of their capacity to improve scalability, maintainability, and agility. However, thorough testing procedures are necessary to guarantee the performance and dependability of such complex systems. This post will examine performance testing in microservices-based systems using Playwright, a potent open-source automation tool. We …

Performance Testing for microservices-Based Applications with Playwright Read More »

DOCKERIZING PLAYWRIGHT TESTS FOR CI/CD

Introduction Continuous integration and delivery (CI/CD) has become essential in today’s software development environment for delivering timely and dependable product releases. Docker has become a well-liked solution for packaging apps and their dependencies with the emergence of containerization. In this blog post, we’ll look at Dockerizing playwright tests for CI/CD. Table of Contents 1. Understanding …

DOCKERIZING PLAYWRIGHT TESTS FOR CI/CD Read More »

Cross-Browser Testing with Playwright: How to Ensure Your Web App Works on Any Browser

Cross-Browser Testing with Playwright :Since web automation has become more common in the past decade, WebDriver has been the underlying protocol used by tools like Selenium, Protractor and WebdriverIO. Using this protocol, commands are sent from the test script to a specific driver of the test browser. WebDriver has delivered a revolution in web automation, …

Cross-Browser Testing with Playwright: How to Ensure Your Web App Works on Any Browser Read More »

Load Testing with Distributed Playwright

Introduction To deliver a flawless user experience in the modern digital environment, web applications’ performance and scalability must be guaranteed. In order to pinpoint performance bottlenecks and gauge how effectively your application can handle high traffic, load testing is essential. Distributed Playwright, Simulate concurrent users, test web application speed and stability under heavy loads.. we …

Load Testing with Distributed Playwright Read More »

Getting Started with Playwright – A COMPREHENSIVE GUIDE TO END-TO-END TESTING

Introduction: Playwright testing In today’s fast-paced software development environment, end-to-end testing is essential for ensuring the dependability and quality of online applications. Popular testing framework Playwright excels at automating end-to-end tests across a variety of platforms and browsers. We’ll go over the fundamentals of Playwright in this tutorial, along with step-by-step instructions to get you started …

Getting Started with Playwright – A COMPREHENSIVE GUIDE TO END-TO-END TESTING Read More »

Playwright Test Result Reporting and Visualisation Using Grafana

Introduction To ensure the calibre of web apps, effective and thorough testing is crucial in today’s fast-paced world of software development. Playwright, a new browser automation tool, has gained popularity because to its capacity to automate web browsers and do end-to-end testing. However, managing and visualising test data may be challenging. In this case, Grafana, …

Playwright Test Result Reporting and Visualisation Using Grafana Read More »