This commit is contained in:
Chris Cheetham 2020-04-27 09:04:13 -04:00
Родитель 61920529f9
Коммит 0a0e85fdd7
12 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -1,4 +1,4 @@
@cloud
@cloudfoundry
Feature: CloudFoundry Configuration
In order to show you how to use Steeltoe for CloudFoundry configurations
You can run some CloudFoundry configuration samples

Просмотреть файл

@ -1,4 +1,4 @@
@cloud
@cloudfoundry
@configserver
Feature: Simple CloudFoundry Configuration
In order to show you how to use Steeltoe for simple CloudFoundry configurations

Просмотреть файл

@ -1,4 +1,4 @@
@cloud
@cloudfoundry
@mysql
Feature: MySql Connector
In order to show you how to use Steeltoe for connecting to MySql

Просмотреть файл

@ -1,4 +1,4 @@
@cloud
@cloudfoundry
@mysql
Feature: MySqlEF6 Connector
In order to show you how to use Steeltoe for connecting to MySql using EntityFramework 6

Просмотреть файл

@ -1,4 +1,4 @@
@cloud
@cloudfoundry
@mysql
Feature: MySqlEFCore Connector
In order to show you how to use Steeltoe for connecting to MySql using EntityFramework Core

Просмотреть файл

@ -1,4 +1,4 @@
@cloud
@cloudfoundry
@postgresql
Feature: PostgreEFCore Connector
In order to show you how to use Steeltoe for connecting to PostgreSql using EntityFramework Core

Просмотреть файл

@ -1,4 +1,4 @@
@cloud
@cloudfoundry
@postgresql
Feature: PostgreSql Connector
In order to show you how to use Steeltoe for connecting to PostgreSql

Просмотреть файл

@ -1,4 +1,4 @@
@cloud
@cloudfoundry
@rabbitmq
Feature: RabbitMQ Connector
In order to show you how to use Steeltoe for connecting to RabbitMQ

Просмотреть файл

@ -1,4 +1,4 @@
@cloud
@cloudfoundry
@redis
Feature: Redis Connector
In order to show you how to use Steeltoe for connecting to Redis

Просмотреть файл

@ -1,4 +1,4 @@
@cloud
@cloudfoundry
@mysql
Feature: Cloud Foundry Samples
In order to show you how to use Steeltoe Management Endpoint

Просмотреть файл

@ -1,4 +1,4 @@
@cloud
@cloudfoundry
Feature: CloudFoundry Single SignOn
In order to show you how to use Steeltoe with CloudFoundry Single SignOn
You can run some CloudFoundry Single SignOn samples

Просмотреть файл

@ -49,7 +49,7 @@ def before_scenario(context, scenario):
context.cleanups = []
setup_env(context, scenario)
tags = scenario.tags + scenario.feature.tags
if 'cloud' in tags:
if 'cloudfoundry' in tags:
setup_cloud(context, scenario)
def setup_env(context, scenario):