Template Steps
Template steps are reusable behavior units used inside test-case flows.
Workflow context
Section titled “Workflow context”Template steps are the reusable action and assertion definitions that keep case authoring consistent across the project.
If you want to pull in a published reusable step instead of creating one manually, use the AppraiseJS CLI:
npx appraisejs@latest add step click/double-clickThat flow installs the step into automation/steps, then runs the template-step
sync scripts so the step becomes available in the UI. Use the full guide at
Install Template Steps with CLI
when you want the registry-based workflow.
Do this
Section titled “Do this”- Go to
Template Steps -> Create. - Fill
Name,Description, andIcon. - Select
Template Step Group. - Choose
Type(ACTIONorASSERTION). - Define
Signature(Cucumber step text pattern). - Configure
Parameters(type, order). - Save.
Minimal example
Section titled “Minimal example”- Name:
Click element - Type:
ACTION - Signature:
the user clicks on the {string} element - Parameter: locator name
What good looks like
Section titled “What good looks like”STRING: free-text input.NUMBER: numeric input.BOOLEAN: true/false input.LOCATOR: locator-name reference resolved at runtime.