testcontainers / testcontainers-dotnet

A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
https://dotnet.testcontainers.org
MIT License
3.67k stars 254 forks source link

[Enhancement]: Playwright #1033

Open KSemenenko opened 9 months ago

KSemenenko commented 9 months ago

Problem

I use playwright, so can I also add it to the containers? I saw Selenim, but in my opinion the playwright is better. what do you think?

https://playwright.dev

Solution

add playwright container

Benefit

playwright is cool one

Alternatives

no

Would you like to help contributing this enhancement?

Yes

enginexon commented 7 months ago

@KSemenenko I also like Playwright, but how could it work? For Selenium we can use RemoteWebDriver and connect to container. if I understand it right for Playwright we need a local version of Chrome|Firefox|WebKit, so you should copy your tests to the docker container and execute them inside.

KSemenenko commented 4 months ago

@enginexon this is really good point