From 98f72c2892bfd9b6a09717309bb6cbdc952557f4 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Tue, 22 Jul 2014 13:31:44 -0400 Subject: [PATCH] ui: add tests param to readme --- ui/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/README.md b/ui/README.md index 068d28608..6e1fabb59 100644 --- a/ui/README.md +++ b/ui/README.md @@ -44,6 +44,8 @@ An example of this command, from inside the `ui/` directory, would be: consul agent -bootstrap -server -data-dir /tmp/ -ui-dir . +Basic tests can be run by adding the `?test` query parameter to the +application. ### Releasing