Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
ci: automatically shard e2e tests (#15366)
As test suites grow larger, we have to manually split them up into multiple files, otherwise they take ages to run in CI. This is quite a hassle and noone really does it regularly. Our admin list e2e suite takes 25 minutes to complete! This PR introduces automatic e2e sharding to our CI. Using a simple config, you can now split up test suites to be run in multiple, parallel CI workers
A
Alessio Gravili committed
2f19f8fe39907ba6b2233d8af613ba62100396fc
Parent: 453e8a6
Committed by GitHub <noreply@github.com>
on 1/27/2026, 10:55:24 PM