Skip to content

bdd support request #281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mark-rutter opened this issue Jan 22, 2020 · 0 comments
Open

bdd support request #281

mark-rutter opened this issue Jan 22, 2020 · 0 comments

Comments

@mark-rutter
Copy link

mark-rutter commented Jan 22, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant