Ravi Sawlani
Ravi Sawlani
**Is your feature request related to a problem? Please describe.** The current implementation of Cucumber uses the CLI method to integrate cucumber into Nightwatch which causes a lot of issues...
### Changes - Delay the resolution of assert node so that command node (child node of assert resolves first). - Added test to check if async/await custom commands using asserts...
## Changes - Add a flag to retain HTML report across test runs - Default behaviour is not changed it generates different HTML reports if `retain_report` is set to true...
## Describe the bug Currently, the HTML reporter does not maintain test results across test runs instead it replaces the report from the previous test run. ## Proposed Solution Instead...
**Is your feature request related to a problem? Please describe.** Right now cucumber doesn't show the scenario name unless they are failed which is shown at the time of final...
## Changes - Modified runner to use browser session when provided with flag `reuse-browser` - added tests - modified tests to incorporate new changes
## Describe the bug Using `browser.end` inside cucumber tests ends the session but Nightwatch still tries to close the session at the end of cucumber test suite which results into...
### Description of the bug/issue ## Context There are test-suite use cases that can achieved through a combination of `abortOnFailure` and `skip_test_on_fail`. `abortOnFailure` is to determine whether to end the...
### Description A few missing commands must be added to deprecate old global elements in favor of new Element APIs. Here is the complete list of commands: - #4032 -...
### Description of the bug/issue Even though the raw log and the CLI output show information, but the HTML report shows basically that it ran the test without showing error...