At this moment I am trying to create manual scenarios from cucumber, when placing the @Manual in each step I get the following:
Feature: Add new items to the todo list
In order to avoid having to remember things that need doing
As a forgetful person
I want to be able to record what I need to do in a place where I won't forget about them
Scenario: Adding an item to a list with other items
Given that James has a todo list containing Buy some cookies, Walk the dog
When he adds Buy some cereal to his list
Then his todo list should contain Buy some cookies, Walk the dog, Buy some cereal
Scenario: test for test manual
Given test first step @manual
When test second step @manual
Then test third step @manual
I would like it to be displayed in Test Type Manual.
Thank you
The text was updated successfully, but these errors were encountered:
Hi @jan-molak,
At this moment I am trying to create manual scenarios from cucumber, when placing the @Manual in each step I get the following:
Feature: Add new items to the todo list
In order to avoid having to remember things that need doing
As a forgetful person
I want to be able to record what I need to do in a place where I won't forget about them
Scenario: Adding an item to a list with other items
Scenario: test for test manual
I would like it to be displayed in Test Type Manual.
Thank you
The text was updated successfully, but these errors were encountered: