Language Additions
This page tries to identify in which version of the Compiler a certain language construction became available.
👁🗨 "Planned" and "Available" refer to versions of the Compiler.
Construction | Planned | Available |
# | 0.1 | 0.x |
#language | 0.1 | 0.x |
#locale | 2.1 | Not released yet. |
@* | 0.1 | 0.x |
@scenario | 0.1 | 0.x |
@variant | 0.1 | 0.x |
@ignore | 0.1 | 0.x |
@importance | 0.1 | 0.x* |
@generated | 0.1 | 0.x |
@fail | 0.1 | 0.x |
@global | 0.1 | Not released yet. |
@extends | 0.1 | Not released yet. |
@category | 0.1 | Not released yet.** |
@issue | 0.1 | Not released yet.** |
@generate-only-valid-values | 1.0 | 1.1 |
Feature | 0.1 | 0.x |
Scenario | 0.1 | 0.x |
Background | 0.1 | Not released yet.** |
Variant | 0.1 | 0.x |
Variant Background | 0.1 | Not released yet. |
~state~ | 0.1 | 0.x |
Constants | 0.1 | 0.x |
Table | 0.1 | 0.x |
Database | 0.1 | 0.x |
UI Element | 0.1 | 0.x |
UI Element property locale | 1.4 | 2.0 |
UI Element property locale format | 1.4 | 2.0 |
UI Element properties with date and time expressions | 1.4 | 2.0 |
Test Case | 0.1 | 0.x |
Before All | 0.1 | 0.x |
After All | 0.1 | 0.x |
Before Feature | 0.1 | 0.x |
After Feature | 0.1 | 0.x |
Before Each Scenario | 0.1 | 0.x |
After Each Scenario | 0.1 | 0.x |
*=Not used yet. **=It may not be released, since it is not needed.
Last modified 2yr ago