Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: run playwright tests in parallel #13809

Merged
merged 3 commits into from
May 8, 2024
Merged

Conversation

naltatis
Copy link
Member

@naltatis naltatis commented May 8, 2024

  • πŸ‘―β€β™€οΈ playwright tests can now run in parallel (per file)
  • 🍱 removed github actions sharding which required multiple runners (less ressources)
  • ✌️ in the background evcc is started on different ports to avoid conflict
  • πŸ—‘οΈ database files are stored in os temp dir to avoid polluting the project dir
  • πŸš€ much faster local test execution: 5x speedup (108s > 20s on my macbook)
  • πŸ™ faster github actions execution: before 2x ~3,5m (parallel), now ~2,5m (single runner)

@naltatis naltatis marked this pull request as ready for review May 8, 2024 09:38
@naltatis naltatis requested a review from andig May 8, 2024 09:40
@andig andig merged commit f0e313c into master May 8, 2024
6 checks passed
@andig andig deleted the chore/playwright_multi_worker branch May 8, 2024 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants