Soumya Swaroop Gupta
Soumya Swaroop Gupta
**Expected behavior** The statistics should be consistent in console and reports with `table-driven-scenario` feature enabled **Actual behavior** There is a mismatch in the statistics reported in console and reports >...
Formatting spec with escape character is removing the escape character. ### Steps to reproduce 1. Create a spec and add the following contents. ``` Formatting a spec with escape character...
**Describe the bug** Unable to specify options on actions with relative selectors **To Reproduce** Add a waitForEvents for a click with relativeSelectors example `await click('something',above('somethingelse'),{options:{waitForEvents:['DOMContentLoaded']}})` **Note** The same is true...
**Is your feature request related to a problem? Please describe.** Elements are identified based on what is visible on the screen. But some elements do not have associated text visible...
**Expected behavior** Should scroll to a given element before clicking **Actual behavior** If the element is inside the IFrame the browser does not scroll across to click the element and...
**Expected behavior** Should not get a blank screen trying to capture a full page screenshot **Actual behavior** Getting a blank screenshot when the current page is in the middle **Steps...
### Expected behavior User should be able to get current step text with values of dynamic parameters from ExecutionContext. ### Proposed behavior Step text with dynamic parameters can be read...
**Expected behavior** Should be able to run gauge specs **Actual behavior** Getting error ``` module.js:442 throw err; ^ Error: Cannot find module 'inspector' at Function.Module._resolveFilename (module.js:440:15) at Function.Module._load (module.js:388:25) at...
**Expected behavior** When special parameter file is used, the contents of it should be given to the step as a parameter **Actual behavior** Getting an exception ``` nightly-2018-01-16\node_modules\protobufjs\src\reader.js:94 throw indexOutOfRange(this,...
### Expected behavior User should be able to get current step text with values of dynamic parameters from ExecutionContext. ### Proposed behavior Step text with dynamic parameters can be read...