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: 2 months ago
JSON representation
Enhancing Playwright Tests Efficiency: Parallel Runs with Sharding on Docker via GitHub Actions
- Host: GitHub
- URL: https://github.com/atulkrsharma/playwrightwithdockerandsharding
- Owner: AtulKrSharma
- Created: 2024-10-22T04:40:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T05:56:29.000Z (8 months ago)
- Last Synced: 2025-04-05T14:34:57.669Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Enhancing Playwright Tests Efficiency: Parallel Runs with Sharding on Docker via GitHub Actions**


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.