Below is the JSON response I get from which I want to extract y1. Before getting the response, I know x1 already but I don't know y1. So for that particular x k
I want to write BDD test cases for the Fast API framework where I have written some REST API. Though for normal test cases Fast API mentioned pytest package. Ba
At the base of our application is a big configuration set, which defines abstract groups of devices and they are omnipresent as part of the Gherkin scenarios. N
I am using cucumber-jvm to perform some functional tests in Kotlin. I have the standard empty runner class: @RunWith(Cucumber::class) @CucumberOptions(features=
I wonder, is it possible to pass behave arguments, eg. "-D environment". by default they are taken from the behave file. Maybe there is some way to keep each co
Hello I did not found answer for similar problem so I add new topic. I have problem with bdd + appium using a page object model. When I run my script I have iss
Hi Everyone just wondering if I am following best practices here. I have step defintions like the following public class StepDefinitions { @DataTableType
I'm new to Cucumber, and I'm trying to understand the tool. While reading the documentation, I found that it is defined shortly as "a tool tha
Question: Hello, dear bazel heroes! For our system tests, I am trying to get the behavior-driven development tool behave to run with bazel as bazel test syst
Is there an open source tool available to control the running of BDD cucumber tests? We are developing BDD cucumber tests and would like the option to control
I have this step in a Specflow test: [Then(@"the enriched messages are written to the LC")] public void ThenTheEnrichedMessagesAreWrittenToTheLC() { var LcA
Let's say I'm testing a web service and I have a couple of scenarios requires user to be authenticated: Scenario #1: Customer sign-up Scenario #2: Customer si