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

[backlog] Parallizing the playwright test on github action runner #267

Open
hcho112 opened this issue Jul 18, 2024 · 0 comments
Open

[backlog] Parallizing the playwright test on github action runner #267

hcho112 opened this issue Jul 18, 2024 · 0 comments
Labels
Emerging Tech Emerging Tech flying formation at Pagoda Near BOS NEAR BOS team at Pagoda

Comments

@hcho112
Copy link
Collaborator

hcho112 commented Jul 18, 2024

Description

Currently we are using low-tier github action runner to handle playwright e2e tests. It actually takes fairly long time to execute and it may cause bottleneck if need to get something tested urgently and deploy.

Based on research, we actually have other github runner instance available that are higher spec (more cores). We may leverage them by co-ordinating other teams to make sure we are allow to use them for our PR and update our github action config to utilise them.

This will allow us to execute test(s) much faster by running them in parallel and ultimately make better devx.

@hcho112 hcho112 added Emerging Tech Emerging Tech flying formation at Pagoda Near BOS NEAR BOS team at Pagoda labels Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Emerging Tech Emerging Tech flying formation at Pagoda Near BOS NEAR BOS team at Pagoda
Projects
Status: Backlog
Development

No branches or pull requests

1 participant