summaryrefslogtreecommitdiff
path: root/features/feature.feature
blob: cf8b35e7a90d0c562338bccbd78e763c12e907dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@rest
Feature: Create feature URI

	Scenario Outline: Create URIs
		Given name is <name>
		And <property> is <value>
		When I post the parameters to the feature webservice
		Then I should receive a valid URI
		And the URI should contain <result>

	Examples:
		|name                  |property      |value |result|
		|Rodent carcinogenicity|classification|active|Rodent carcinogenicity/classification/active|