瀏覽代碼

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

Enrico Berti 8 年之前
父節點
當前提交
611781e185
共有 1 個文件被更改,包括 6 次插入0 次删除
  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
 ============