igniteram / protractor-cucumber-typescript

e2e kickstarter test framework which consists of protractor, cucumber frameworks using typescript lang!
MIT License
196 stars 170 forks source link

Add examples for using Scenario Outline with Async/Await #32

Closed zac11 closed 6 years ago

zac11 commented 7 years ago

Can you add examples for using Scenario outline with async/await. I can't seem to find tutorials regarding this and when I try using async with Scenario outline, it always marks the tests as complete without executing any steps.

Thanks!

ghost commented 6 years ago

Yes, we should add this feature for typescript. I don't find any information :(

igniteram commented 6 years ago

Added this example and raised a PR https://github.com/igniteram/protractor-cucumber-typescript/pull/45, hence closing this issue!

zac11 commented 6 years ago

Thanks much @igniteram.