diff options
author | kaeff <hi@kaeff.net> | 2015-08-13 10:15:15 +0200 |
---|---|---|
committer | kaeff <hi@kaeff.net> | 2015-08-17 12:43:06 +0200 |
commit | 2506629631a64f7c7851e648a74159f6ea2a44f8 (patch) | |
tree | 8d2bb0b511c60b70572cdcbb8176a07734398ffc | |
parent | 2ceab54b474ed3938d74f40bbd8eaeec5ffee4e9 (diff) |
Describe in README how to run a single functional test
-rw-r--r-- | service/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/service/README.md b/service/README.md index 9da458f2..da1b334f 100644 --- a/service/README.md +++ b/service/README.md @@ -60,3 +60,13 @@ pixelated-user-agent ``` pixelated-user-agent --config=<config_file_path> ``` + +Run a single unit or integration test +``` +trial +``` +Run a single functional test + +``` +behave test/functional/features/name_of_feature.feature +``` |