#Playwright

[ follow ]
#playwright
Zato
1 month ago
JavaScript

Web scraping as an API service

Web scraping is a last resort in backend integrations due to its brittleness and deviation from traditional API interactions. [ more ]
InfoWorld
1 month ago
Python

JetBrains releases Aqua IDE for test automation

JetBrains released Aqua, a new IDE tailored for test automation, supporting Selenium, Cypress, and Playwright. [ more ]
Marcin Wanago Blog - JavaScript, both frontend and backend
1 month ago
JavaScript

Translating React apps with i18next and testing them End-to-End with Playwright

Developers can use tools like react-i18next to support multiple languages in a React application without creating separate versions.
End-to-End tests using Playwright can be employed to ensure the multilingual support functions correctly. [ more ]
The New Yorker
1 month ago
Writing

Andre Alexis Reads "Consolation"

André Alexis is a renowned playwright and fiction writer who has won prestigious literary awards for his novels and story collections. [ more ]
www.npr.org
1 month ago
Writing

In honor of Mother's Day, here's 'Mother Play' which gestated for 40 years

Paula Vogel not only excels as a playwright but also as a mentor, nurturing the careers of generations of notable playwrights. [ more ]
Marcin Wanago Blog - JavaScript, both frontend and backend
1 month ago
JavaScript

Drag and Drop with React. Writing E2E tests using Playwright

Web applications need intuitive interfaces. Implement drag-and-drop functionality for task management. Test with Playwright for expected behavior. [ more ]
Zato
1 month ago
JavaScript

Web scraping as an API service

Web scraping is a last resort in backend integrations due to its brittleness and deviation from traditional API interactions. [ more ]
InfoWorld
1 month ago
Python

JetBrains releases Aqua IDE for test automation

JetBrains released Aqua, a new IDE tailored for test automation, supporting Selenium, Cypress, and Playwright. [ more ]
Marcin Wanago Blog - JavaScript, both frontend and backend
1 month ago
JavaScript

Translating React apps with i18next and testing them End-to-End with Playwright

Developers can use tools like react-i18next to support multiple languages in a React application without creating separate versions.
End-to-End tests using Playwright can be employed to ensure the multilingual support functions correctly. [ more ]
The New Yorker
1 month ago
Writing

Andre Alexis Reads "Consolation"

André Alexis is a renowned playwright and fiction writer who has won prestigious literary awards for his novels and story collections. [ more ]
www.npr.org
1 month ago
Writing

In honor of Mother's Day, here's 'Mother Play' which gestated for 40 years

Paula Vogel not only excels as a playwright but also as a mentor, nurturing the careers of generations of notable playwrights. [ more ]
Marcin Wanago Blog - JavaScript, both frontend and backend
1 month ago
JavaScript

Drag and Drop with React. Writing E2E tests using Playwright

Web applications need intuitive interfaces. Implement drag-and-drop functionality for task management. Test with Playwright for expected behavior. [ more ]
moreplaywright
Mirek Dugosz personal website
6 months ago
Python

Playwright - accessing page object in event handler

Event handlers in Playwright can be defined using lambda expressions, but this approach has limitations in terms of code readability, reusability, and testability.
To access contextual information in event handlers, you can define them as normal functions and use techniques like defining a function inside a function, using functools.partial, or implementing a factory function. [ more ]
Product Hunt
6 months ago
Web development

browserless.io

Browser automations can be done easily with Puppeteer or Playwright
Version 2.0 includes hosting of headless Chrome, Firefox, and Webkit
New features include NodeJS SDK and residential proxy [ more ]
CodeProject
7 months ago
Web development

Running Automation Tests At Scale Using Playwright

Playwright is an open-source automation framework developed by Microsoft for testing and automating web applications. It supports cross-browser testing on Chromium, Firefox, and WebKit.
Playwright is compatible with Java, Python, C# .NET, and Node.js, making it a versatile framework for developers.
Playwright provides a unified, high-level API for automating web applications and offers features like navigation, element interaction, form filling, and data scraping. [ more ]
[ Load more ]