Examples currently take two forms:
JSON type:
"examples": [
{
"times": 3,
"commands": [
{
"inputText": "Retry"
},
{
"pressKey": "enter"
}
]
} //snip
]

Plain text type:
"examples": [
{
"description": "Detailed assertion with condition and label",
"example": "- assertTrue:\n condition: \"document.querySelector('#button').disabled === false\"\n label: \"Verify button is enabled\""
}
]

Problem:
We should standardise.
The former is easier to write. The latter feels more user friendly.
Is there a third option?
Examples currently take two forms:
JSON type:
Plain text type:
Problem:
We should standardise.
The former is easier to write. The latter feels more user friendly.
Is there a third option?