]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Extend E2E test section 28858/head
authorLaura Paduano <lpaduano@suse.com>
Wed, 3 Jul 2019 08:05:13 +0000 (10:05 +0200)
committerLaura Paduano <lpaduano@suse.com>
Wed, 3 Jul 2019 08:05:13 +0000 (10:05 +0200)
Fixes: https://tracker.ceph.com/issues/40395
Signed-off-by: Laura Paduano <lpaduano@suse.com>
src/pybind/mgr/dashboard/HACKING.rst

index 8395ef3199ed6bebbedc7bdf5fd0e3eba7bfffe9..74ac738a5ee804a9b95fc71e62b0fcf93723eef1 100644 (file)
@@ -207,6 +207,11 @@ constructor of the ``Helper`` class.
       // ...
    }
 
+Please refer to the official `Protractor style-guide
+<https://www.protractortest.org/#/style-guide>`__
+for a better insight on how to write and structure tests
+as well as what exactly should be covered by end-to-end tests.
+
 Further Help
 ~~~~~~~~~~~~