summaryrefslogtreecommitdiff
path: root/service/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'service/README.md')
-rw-r--r--service/README.md10
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
+```