Dart Test Config (dart-test.json)
Configuration for Dart's test package
| Type | runnerConfiguration |
|---|---|
| File match |
dart_test.yaml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/dart-test-config-dart-test-json/latest.json |
| Source | https://www.schemastore.org/dart-test.json |
Validate with Lintel
npx @lintel/lintel check
Configuration for Dart tests
Definitions
The executable to run. Can be a plain basename, an absolute path or a relative path on Windows.
The arguments are parsed in the same way as the POSIX shell
This field controls whether or not traces caused by errors are trimmed to remove internal stack frames. This includes frames from the Dart core libraries, the stack_trace package, and the test package itself.
Disabling stack trace chaining will improve performance for heavily async code at the cost of debuggability.
Whether or not stack traces caused by errors while running Dart compiled to JS are converted back to Dart style.
This field controls how many times a test is retried upon failure.
Adds additional tags. This is usually used in a tag definition to enable tag inheritance.