You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Parallel Playwright Tests using Playwright Shards and GitHub Actions Matrix
23
+
24
+
- Parallel run using 3 shards and `pwc` command - [test-basic-pwc.yml](.github/workflows/test-basic-pwc.yml)
25
+
26
+
<small>Basic example of running playwright tests in parallel using 3 containers of GitHub Actions Matrix and `pwc` command.</small>
27
+
28
+
- Parallel run using 3 shards and `playwright.config.ts` configuration - [test-basic-reporter.yml](.github/workflows/test-basic-reporter.yml)
29
+
30
+
<small>Basic example of running playwright tests in parallel using 3 containers of GitHub Actions Matrix configuring Currents Reporter in `playwright.config.ts`</small>
31
+
32
+
### Parallel Playwright Tests using Currents Orchestration and GitHub Actions Matrix
33
+
34
+
- Parallel run using 5 shards and [Currents Orchestration for Playwright](https://docs.currents.dev/guides/parallelization-guide/pw-parallelization/playwright-orchestration) - [test-or8n.yml](.github/workflows/test-or8n.yml)
35
+
36
+
<small> Currents Orchestration speeds up CI runs by up to 40% (compared to native sharding) by optimally balancing tests between the available machines</small>
37
+
38
+
### Misc
39
+
40
+
- Parallel run using Argos CI and Currents orchestration - [argos-example.yml](.github/workflows/argos-example.yml)
22
41
23
-
Additional resources:
42
+
## Additional resources
24
43
25
44
- Playwright Features on Currents: https://currents.dev/playwright
0 commit comments