Results 9 comments of 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?

@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 ![image](https://user-images.githubusercontent.com/17816729/108203784-05887880-7134-11eb-99c9-895514c8ce62.png) ![image](https://user-images.githubusercontent.com/17816729/108203923-2d77dc00-7134-11eb-9640-403312f82cba.png) **After: Story** bdd.configuration.parallel-story-examples-enabled=true Steps are executed for each examples row ![image](https://user-images.githubusercontent.com/17816729/108204776-4634c180-7135-11eb-9acb-5f84d63c4f96.png) 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?