"Background" syntax from Gherkin is not supported
Unsolved
Squish
-
Hey!
I want to use "Background" syntax from Gherkin language, to reduce code redundancy similar to these scenarios that I found in a Squish tutorial.
For example, in these scenarios, each scenarios repeats the "Given address book application is running; And I create a new addressbook". These are perfect use case for "Background" keyword.
https://cucumber.io/docs/gherkin/reference/#backgroundBut when I try this in Squish, The things I wrote in the "Background" is not recognised as a scenario or anywhere in the Test Case Resources.
Does Background syntax work in Squish?
Best,
SquishHammer -
Sorry, it actually works. I was stuck somewhere else before and didnt' realize it. Thank you!