Test names and shards
How to put a test name in a path, and how sharded runs are answered.
Test names in paths
Section titled “Test names in paths”Test names are Playwright title paths and often contain /: URL-encode them, including / as %2F.
Sharded runs
Section titled “Sharded runs”Sharded runs are returned as one logical run: /runs lists one row per logical run, and the run routes answer for all shards whichever shard’s id you pass.