#playwright

[ follow ]
Marcin Wanago Blog - JavaScript, both frontend and backend
1 week 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 ]
Marcin Wanago Blog - JavaScript, both frontend and backend
4 days 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 ]
Marcin Wanago Blog - JavaScript, both frontend and backend
3 weeks ago
JavaScript

JavaScript testing #18. E2E Playwright tests for uploading and downloading files

End-to-End testing file input functionalities in a React application can be achieved using Playwright. [ more ]
Marcin Wanago Blog - JavaScript, both frontend and backend
1 month ago
JavaScript

JavaScript testing #17. Introduction to End-to-End testing with Playwright

End-to-End testing ensures all parts of an application work together, acting as regression and smoke tests.
Playwright simplifies writing automated tests for frontend applications by simulating user interactions through a web browser. [ more ]
The New Yorker
5 days 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
6 days 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 ]
BKReader
1 month ago
Brooklyn

See The Play 'One Drop' And Raise Funds For John Wesley Methodist Church

The play 'One Drop' by Andrea Fulton is about a biracial character facing challenges due to the color of his skin in the late 1800s Louisiana.
The central theme of 'One Drop' revolves around issues of identity, loyalty, and the legacy of slavery-era racism. [ more ]
www.nytimes.com
2 months ago
Europe news

Rene Pollesch, Provocative Force in German Theater, Dies at 61

Rene Pollesch was a significant figure in German theater, known for his intellectually serious yet irreverent and pop culture-filled plays.
Pollesch was closely associated with the Volksbuhne am Rosa-Luxemburg-Platz theater where he served as artistic director, bringing stability and original plays to the stage. [ more ]
Independent
2 months ago
London

Playwright Simon Stephens: 'I love Andrew Scott. I think he may be my favourite actor'

Simon Stephens is a celebrated UK playwright known for his adaptation of 'The Curious Incident of the Dog in the Night-Time.'
Stephens lives in East London with his wife and two of his three children. [ more ]
Azure DevOps Blog
3 months ago
DevOps

JUnit Attachments Support for Publish Test Results - Azure DevOps Blog

The Publish Test Results task in Azure Pipelines now supports file attachments when publishing test results from a JUnit report.
Playwright v1.3.9 allows for screenshots, recordings, and trace files to be associated with Test Results in Azure Pipelines. [ more ]
Oregon ArtsWatch | Oregon Arts & Culture News
3 months ago
Social justice

Bobby Bermea: A 'Spear' in the heart of racial reckoning

Smith and Nesbitt aim to center the conversation on white supremacy and the responsibility of white people to address it.
The play Spear explores the spiritual struggle of three young Irish men confronted with their own insecurities when a Black friend achieves international acclaim. [ more ]
Mirek Dugosz personal website
4 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
5 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
5 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 ]