Microsoft Teams Adaptive Card Reporter for WebdriverIO
- WDIO is not waiting for results to be uploaded. Solution Increase
reporterSyncTimeout
in config to desired timeout level. - How are options passed? Answer Stringified JSON. Parse at workflows level and template should be based on whatever is being passed to options
- How to parse Adaptive Card? Answer Adaptive Card is send as Stringified JSON in
data
key. Use@json(data)
expression instead of Parse JSON Operation