Create new utility functions
Some utility functions which system provided:
- Utils: toLower: txt => txt?.toLowerCase() toUpper: txt => txt?.toUpperCase() ### - Echo: ${Utils.toLower('Hello world')} - Echo: ${Utils.lodash.merge({a: 1}, {b: 2})}
Run async
Ignore this, not run
Keep run the next when got error
Not show log
Only allow run it then ignore others which not set testIt or set it to false
Step title
Declare global variable
Create new utility functions
Some utility functions which system provided: