Browse Source

HUE-5961 [doc] Update testing.rst to include the Jasmine URL

Enrico Berti 8 years ago
parent
commit
611781e185
1 changed files with 6 additions and 0 deletions
  1. 6 0
      docs/dev/testing.rst

+ 6 - 0
docs/dev/testing.rst

@@ -14,9 +14,15 @@ Windmill-tests:
 runs all the windmill tests.  It uses port 8999.
 
   build/env/bin/hue runserver_plus
+
 followed by
+
   build/env/bin/windmill -e test=core/src/desktop/windmilltests.py firefox http://localhost:8000/
 
+Jasmine tests (from your browser):
+
+  http://localhost:8000/jasmine
+
 
 Longer story
 ============