Asyc functions not working
Closed this issue · 0 comments
dotnetprofessional commented
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...
}