testcontainers-dotnet icon indicating copy to clipboard operation
testcontainers-dotnet copied to clipboard

[Enhancement]: Playwright

Open KSemenenko opened this issue 2 years ago • 2 comments

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

KSemenenko avatar Oct 20 '23 09:10 KSemenenko

@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.

enginexon avatar Dec 02 '23 22:12 enginexon

@enginexon this is really good point

KSemenenko avatar Feb 23 '24 21:02 KSemenenko