Ivan Kalinin
Ivan Kalinin
Currently given stories running differently depending on: bdd.configuration.parallel-story-examples-enabled true - will be executed per lifecycle example false - will be executed before all examples Relates to #410
@vinay-kabbe if your variable is true or false you can use it without eval ``` When the condition '${testBooleanValue}' is true I do |step| |composite step| ```
Why do full-page screenshots have a system footer? Is this expected?
superseded by #3205
@VerkhovtsovPavel could you please elaborate what is the actual difference between scale and squad API's?
The current behavior. **After: Scenario** executed for each example row   **After: Story** bdd.configuration.parallel-story-examples-enabled=true Steps are executed for each examples row  bdd.configuration.parallel-story-examples-enabled=false Steps are executed after all of...
> > deviceScreenSize - is it always presented? Maybe handle corner cases? > > it for sure exists for 4 years in both appium uiautomator2 and espresso drivers, if you...
Will this work correctly for applitools visual checks?
Potential duplicate of #1382