Bläddra i källkod

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

Enrico Berti 8 år sedan
förälder
incheckning
611781e
1 ändrade filer med 6 tillägg och 0 borttagningar
  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
 ============