Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/atulkrsharma/playwrightwithdockerandsharding
- Owner: AtulKrSharma
- Created: 2024-10-22T04:40:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T05:56:29.000Z (2 months ago)
- Last Synced: 2024-12-23T02:20:12.390Z (13 days 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**
![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.