Skip to content

Current Markdown Output

Darren Comeau edited this page Nov 28, 2018 · 11 revisions

Features

Generated on: 25 October 2018 at 18:53:00

My First Feature

In order to achieve something

As a person

I want something else to happen

@DatabaseTask

Background:

Given I prepare something

And I prepare something else with table

Something Anotherthing
Hello World

Scenario: First feature's scenario

Given I setup something

And I prepare something else with table

Something Anotherthing
Hello World

When I execute my process

Then I check conditions are correct

@Ignore

My Second Feature

In order to achieve something

As a person

I want something else to happen

Scenario: Second feature's first scenario

@DatabaseScenario

Scenario: Second feature's second scenario

Scenario Outline: Many Scenarios In One

Given I setup <Something>

And I prepare <Anotherthing> else

When I execute my process

Then I check conditions are correct

Examples:

Something Anotherthing
Hello World
Goodbye World