Using Playwright test shards in combination with a job matrix to improve your CI speed #250
utterances-bot
announced in
Announcements
Replies: 2 comments
-
Very useful thanks a lot for this detailed tutorial. This helped me to setup playwright shards run efficiently in CI. I have a query. I am trying to get reports on historical test run data. Currently trying allure. But do you have any recommendation? Or can you point me towards any aritcle? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, sorry this is something that I'm not very familiar with. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using Playwright test shards in combination with a job matrix to improve your CI speed - Tim Deschryver
Utilizing a matrix within your GitHub workflow to create a "test shard matrix" is a major improvement to your CI. This practice can cut the time in half (or better) to run your Playwright test suite.
https://timdeschryver.dev/blog/using-playwright-test-shards-in-combination-with-a-job-matrix-to-improve-your-ci-speed
Beta Was this translation helpful? Give feedback.
All reactions