소스 검색

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

Enrico Berti 9 년 전
부모
커밋
611781e
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
 ============