Skip to content

inside report getting cucumber data instead of variable #97

@SDewna

Description

@SDewna

### cucumber file is

Feature: login functionality test for the Engati website

Scenario Outline: Check login with valid credentials
Given open the browser and Engati web page
When user enters valid "" and "" to Engati
And clicks on login button on Engati
Then user is navigated to the engati home page

Examples: 
  | username | password |
  | sunil    | pass     |
  | dewna    | p5656ass     |

### in chain test report getting

Scenario Outline: Check login with valid credentials
@smokeTestEngati · 1m 23s
Given open the browser and Engati web page
When user enters valid "sunil" and "pass" to Engati // expecting username and password variable not data
And clicks on login button on Engati
Then user is navigated to the engati home page
Scenario Outline: Check login with valid credentials
@smokeTestEngati · 1m 26s
Given open the browser and Engati web page
When user enters valid "dewna" and "p5656ass" to Engati / expecting username and password variable not data
And clicks on login button on Engati
Then user is navigated to the engati home page

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions