Skip to content
Read API

Test names and shards

How to put a test name in a path, and how sharded runs are answered.

Test names are Playwright title paths and often contain /: URL-encode them, including / as %2F.

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.