Highlight
Featured this release
One-time-use test data configs
Test scenarios that need unique values – SSNs, phone numbers, lottery codes – now have a dedicated config type that hands each run a fresh item from the pool.
Under Project Settings → Configs → Add config, a new "One-Time Use Items" type lets you define a pool of single-use values by typing them in manually or uploading a CSV. Each test run consumes the oldest available item the moment it starts; parallel runs each get a distinct value. The config panel shows an available/used toggle per item so you can track what's left. When the pool runs dry, the run fails with a clear message rather than silently reusing values. You can also create this config type from the chat agent or reference it in test cases via configShortIds in the API.