wdio-teams-reporter
v1.0.1
Published
WDIO Teams Reporter
Downloads
114
Readme
wdio-teams-reporter
Microsoft Teams Adaptive Card Reporter for WebdriverIO
FAQs
- 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