Sfoglia il codice sorgente

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

Enrico Berti 8 anni fa
parent
commit
611781e185
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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
 ============