Skip to content

Step Definition Mapping

Adam De Fouw edited this page Oct 9, 2024 · 4 revisions

Step Definitions Overview

Type Actions Available Assertions Available Step Inputs Requested
button click see, NOT see {string} for button label
link, tab, icon, instrument click see, NOT see {string} for link, tab, instrument label
checkbox click on see, NOT see {string} for checkbox label
check
uncheck
radio click on see, NOT see {string} for radio label
check
uncheck
dropdown select option see, NOT see {string} for field label; {string} for select option
multiselect select multiselect option see, NOT see {string} for field label; {string} for multiselect option
checkbox select checkbox see, NOT see {string} for field label; {string} for checkbox
checkboxes select checkboxes ? {string} for field label; {string} for checkboxes
slider move to position X Not Available {string} for field label; {int} for position X
move Minute Slider
move Hour Slider
textarea enter verify {string} for textarea label; {string} for text entered
clear field and enter
input field enter verify {string} for input field label - or placeholder; {string} for text entered
clear field and enter

Locations of Step Definitions for ACTIONs

Type Step Definition(s)
button https://github.com/aldefouw/rctf/blob/main/step_definitions/interactions.js#L126
link, tab, icon, instrument https://github.com/aldefouw/rctf/blob/main/step_definitions/interactions.js#L271
checkbox https://github.com/aldefouw/rctf/blob/main/step_definitions/interactions.js#L622
radio https://github.com/aldefouw/rctf/blob/main/step_definitions/interactions.js#L622 https://github.com/aldefouw/rctf/blob/main/step_definitions/interactions.js#L797 https://github.com/aldefouw/rctf/blob/main/step_definitions/interactions.js#L838
dropdown https://github.com/aldefouw/rctf/blob/main/step_definitions/interactions.js#L812 https://github.com/aldefouw/rctf/blob/main/step_definitions/interactions.js#L838
multiselect https://github.com/aldefouw/rctf/blob/main/step_definitions/interactions.js#L838
checkbox https://github.com/aldefouw/rctf/blob/main/step_definitions/interactions.js#L622 https://github.com/aldefouw/rctf/blob/main/step_definitions/interactions.js#L686 https://github.com/aldefouw/rctf/blob/main/step_definitions/interactions.js#L824
checkboxes https://github.com/aldefouw/rctf/blob/main/step_definitions/interactions.js#L838
slider https://github.com/aldefouw/rctf/blob/main/step_definitions/interactions.js#L976 https://github.com/aldefouw/rctf/blob/main/step_definitions/interactions.js#L1005 https://github.com/aldefouw/rctf/blob/main/step_definitions/interactions.js#L1025
textarea https://github.com/aldefouw/rctf/blob/main/step_definitions/interactions.js#L461 https://github.com/aldefouw/rctf/blob/main/step_definitions/interactions.js#L485 - Tiny MCE
input field https://github.com/aldefouw/rctf/blob/main/step_definitions/interactions.js#L387 https://github.com/aldefouw/rctf/blob/main/step_definitions/interactions.js#L387
Clone this wiki locally