Allow specifying a minimum required karva version in the configuration file:
required-version = ">=0.5.0"
If the installed karva version doesn't meet the requirement, it would exit with a clear error. This prevents confusing failures when CI or team members run with an older version that doesn't support features used in the config.
See: https://nexte.st/docs/configuration/nextest-toml/#minimum-nextest-versions
Allow specifying a minimum required karva version in the configuration file:
If the installed karva version doesn't meet the requirement, it would exit with a clear error. This prevents confusing failures when CI or team members run with an older version that doesn't support features used in the config.
See: https://nexte.st/docs/configuration/nextest-toml/#minimum-nextest-versions