bdd support request
mark-rutter opened this issue · 0 comments
Is your feature request related to a problem? Please describe.
We have adopted Gherkin BDD
Describe the solution you'd like
We use Hiptest to manage a large library of BDD scenarios.
For our Web e2e tests we are able to make a selection and publish them to the CI/CD pipeline to be run (assuming we have the step definitions done already).
Junit XML results are then pushed back up to Hiptest.
we want to be able to manage Mobile tests as BDD in Hiptest also.
We have (typescript) NativeScript iOS and Android applications, and require async functions for interactions.
Describe alternatives you've considered
We have looked at various mobile e2e frameworks, but have found that
using the nativescript-dev-appium package gives us a reliable framework to interact with our application in iOS&Android using a single script to drive both.
It would be great if we could also use BDD (from hiptest) using the nativescript-dev-appium package.
Additional context
An old repo, but similar idea can be found here
https://www.npmjs.com/package/nativescript-dev-cucumber
Here is a cucumber-appium boiler plate but it is missing the dev-appium wrapper and typescript support:
https://github.com/amiya-pattnaik/webdriverIO-with-cucumberBDD