nextesttoml
nextesttoml is a configuration file format used by the nextest testing framework. It allows users to customize various aspects of their test execution, including test selection, parallelism, and reporting. The format is based on TOML (Tom's Obvious, Minimal Language), a widely adopted configuration file format known for its readability and simplicity.
Key features of nextesttoml include the ability to define test binaries, specify arguments for those binaries,
The structure of a nextesttoml file is hierarchical, with sections and key-value pairs. For instance, a common
nextesttoml aims to provide a clear and organized way to manage test configurations, reducing the need for