-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels

