Skip to content

Commit e10404b

Browse files
committed
feat: promote Argos
1 parent edf58e6 commit e10404b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/speed-up-playwright/index.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ jobs:
9797

9898
Containers are isolated from the GitHub Actions worker. If your server needs to access multiple services, achieving communication in a Docker container can be challenging. In such cases, run Playwright directly on the GitHub Action runner.
9999

100+
Checkout [Argos Playwright setup](https://github.com/argos-ci/argos/blob/c13be4fae223b135c810dd89409ce2b0edfb2e70/.github/workflows/ci.yml#L178-L187) for a real example.
101+
100102
## Optimize Playwright installation
101103

102104
Running tests in Playwright requires installing browsers and their dependencies. Playwright provides two commands for this:
@@ -237,3 +239,5 @@ If you want to know every tricks about Playwright, I recommend the courses from
237239
## Conclusion
238240

239241
Setting up Playwright can be time-consuming on CI, especially if you shard your tests. By using these techniques, you can save significant setup time, enhancing your team's productivity. Enabling parallel test execution can further speed up your tests, making your CI pipelines even more efficient.
242+
243+
For an even more streamlined experience, consider integrating [Argos with Playwright](https://argos-ci.com/playwright). Argos provides powerful visual testing capabilities that complement your E2E tests perfectly. Learn how to get started with Argos and Playwright by checking out our [quickstart guide](https://argos-ci.com/docs/quickstart/playwright). Enhance your testing workflow and catch visual regressions effortlessly!

0 commit comments

Comments
 (0)