collabnix / awesome-testcontainers

A Curated List of Testcontainers Resources
https://testcontainers.com
39 stars 10 forks source link

Add Playwright Testcontainers #35

Closed collabnix closed 1 week ago

collabnix commented 1 week ago

This library provides a Testcontainers-based container for Playwright that enables running browser automation and testing without installing Playwright browsers locally.

It offers a low-level API to directly work with the container and a high-level API via JUnit 5 extension for seamless integration with your tests.

https://github.com/orange-buffalo/testcontainers-playwright

Adesoji1 commented 1 week ago

@collabnix That's true and i wrote a blog about it too : https://collabnix.com/streamline-browser-automation-1-powerful-way-with-testcontainers-playwright/

Adesoji1 commented 1 week ago

Added to the repo