Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atulkrsharma/playwrightwithdockerandsharding

Enhancing Playwright Tests Efficiency: Parallel Runs with Sharding on Docker via GitHub Actions
https://github.com/atulkrsharma/playwrightwithdockerandsharding

Last synced: 13 days ago
JSON representation

Enhancing Playwright Tests Efficiency: Parallel Runs with Sharding on Docker via GitHub Actions

Awesome Lists containing this project

README

        

**Enhancing Playwright Tests Efficiency: Parallel Runs with Sharding on Docker via GitHub Actions**

![image](https://github.com/user-attachments/assets/68f2f3c8-57bc-4224-86cf-ec9c4d6bd27d)

![image](https://github.com/user-attachments/assets/39202f39-0ec7-4df8-8b3d-2b1d07fa4d1f)

This repository demonstrates how to enhance the efficiency of Playwright tests by running them in parallel using Docker containers and test sharding in GitHub Actions.

Key Features:
Test Sharding: Distribute tests across multiple containers for faster execution.
Docker Integration: Leverage Docker to scale tests across multiple environments.
GitHub Actions Setup: Optimized CI/CD workflow for parallel execution, improving efficiency for larger test suites.