You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
, "description": "Bar'ing a name with numbers gives an error"
@@ -133,6 +134,8 @@ The file format is described in [canonical-schema.json](./canonical-schema.json)
133
134
134
135
## Scenarios
135
136
137
+
An optional field to allow for selectively including/excluding test cases based on a property of the test case (such as using big integers).
138
+
136
139
- The `scenarios` field can use one or more of a predefined set of values, which are defined in a [`SCENARIOS.txt`](./SCENARIOS.txt) file.
137
140
- The `scenarios` field can be mutated additively, by adding new scenarios. Existing scenarios must not be changed or removed. Adding new scenarios does therefore does not mean adding a new test case.
138
141
- Library tests should have a `library-test` scenario added to allow for easy including/excluding of library tests. Application tests won't have their own scenario, as they must be included and should not be filtered on.
0 commit comments