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
Copy file name to clipboardExpand all lines: docs/05-annotations.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Use annotations in [meta](/docs/meta) and avoid them in features where possible.
35
35
|[`@Parallel`](/docs/parallel#parallel-scenario-outline-examples)| Examples |[v3.69.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v3.69.0)| Executes expanded examples in outlines in parallel |
36
36
|[`@Timeout`](/docs/locator-level-timeouts#timeout-annotations)| Step |[v3.73.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v3.73.0)| Specifies a timeout period on a [wait](/docs/dsl#sleeps-and-waits), [until/while](/docs/dsl#untilwhile), [for each](/docs/dsl#foreach), [assertion](/docs/dsl#assertions) or [locator](/docs/dsl#element-locators) DSL step. Examples: `@Timeout('10s')`, `@Timeout('2m30s')`, `@Timeout('2m')`|
37
37
|[`@Delay`](/docs/locator-level-timeouts#delay-annotation)| Step |[v3.73.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v3.73.0)| Specifies a delay interval on a [wait](/docs/dsl#sleeps-and-waits), [until/while](/docs/dsl#untilwhile) DSL step. Examples: `@Delay('2s')`, `@Delay('1s500ms')`, `@Delay('1m')`|
38
-
|[`@Results`](/docs/reports/csv#results-annotation)| Feature<br/>Rule</b>Scenario<br/>StepDef<br/>Scenario Outline<br/>Examples |[v3.77.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v3.77.0)| Generates CSV results for a gherkin node |
38
+
|[`@Results`](/docs/reports/csv#results-annotation)| Feature<br/>Rule<br/>Scenario<br/>StepDef<br/>Scenario Outline<br/>Examples |[v3.77.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v3.77.0)| Generates CSV results for a gherkin node |
39
39
|`@Trim`| Step |[v3.62.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v3.62.0)| Trims strings when performing comparison operations |
40
40
|`@IgnoreCase`| Step |[v3.62.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v3.62.0)| Ignores case when performing comparison operations |
41
41
|`@Ignore`| Feature<br/>Scenario<br/>Rule<br/>Background<br/>Examples |[v1.0.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v1.0.0)| Ignores and skips over a Gherkin block/node to avoid evaluation |
<p>The current examples level evaluation status message with all new line and special characters escaped (using Java escaping rules). Non blank if the evaluation status is <code>Failed</code>, blank otherwise.</p>
<p>The current examples level evaluation status message escaped for CSV. Non blank if the evaluation status is <code>Failed</code>, blank otherwise.</p>
0 commit comments