summaryrefslogtreecommitdiff
path: root/features/feature.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/feature.feature')
-rw-r--r--features/feature.feature13
1 files changed, 13 insertions, 0 deletions
diff --git a/features/feature.feature b/features/feature.feature
new file mode 100644
index 0000000..cf8b35e
--- /dev/null
+++ b/features/feature.feature
@@ -0,0 +1,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|