dotnetprofessional/LiveDoc

Asyc functions not working

Closed this issue · 0 comments

All the keywords:
feature
scenario
scenarioOutline
background
given/when/then/and
etc

Do not currently support async tests ie

given("test" async ()=>{
await func()
assert here...
}