# GitHub Actions

Currents dashboard allows running Playwright and Cypress tests in parallel using multiple containers within your GitHub Actions workflow.

By using [GitHub Actions matrix execution strategy](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix), you can create multiple containers that will run your Playwright and Cypress tests in parallel.

Each container will receive a unique set of tests to run so that your tests will run faster and you can receive faster feedback from your browser test suite.

![Tests Parallelization with Github Actions](https://3745692499-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqmFDEiUa9mr11LUlxDnt%2Fuploads%2FsOiarYca17Y7acT7MuLt%2FCypress-Parallelization-github-actions.jpg?alt=media\&token=7407ce22-882c-4de9-879b-14cfca338824)

#### **Cypress**

Currents orchestrates the tests between multiple containers, applying intelligent optimizations to reduce the overall runtime of your workflow, and records screenshots and videos for later troubleshooting.

#### **Playwright**

Currents uses the native [Playwright Sharding](https://playwright.dev/docs/test-sharding) to split the tests between multiple containers and collects the results from distributed runs.
