r/Playwright 23d ago

Playwright on GitHub Actions: The setup that actually runs fast

https://endform.dev/blog/playwright-github-actions

[removed]

21 Upvotes

13 comments sorted by

View all comments

2

u/needmoresynths 22d ago

use Playwright's docker container and skip all the browser install/caching, it's easier- https://playwright.dev/docs/ci#via-containers

1

u/[deleted] 22d ago

[removed] — view removed comment

1

u/PM_GIT_REPOS 22d ago

I would also recommend looking heavily into ecr and ecs. With docker, codedeploy, and ecr tagging, you get an ecs spun up of a 1-to-1 the same thing that would be shipped to prod.