From: Laura Paduano Date: Wed, 3 Jul 2019 08:05:13 +0000 (+0200) Subject: mgr/dashboard: Extend E2E test section X-Git-Tag: v15.1.0~2284^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F28858%2Fhead;p=ceph.git mgr/dashboard: Extend E2E test section Fixes: https://tracker.ceph.com/issues/40395 Signed-off-by: Laura Paduano --- diff --git a/src/pybind/mgr/dashboard/HACKING.rst b/src/pybind/mgr/dashboard/HACKING.rst index 8395ef3199ed..74ac738a5ee8 100644 --- a/src/pybind/mgr/dashboard/HACKING.rst +++ b/src/pybind/mgr/dashboard/HACKING.rst @@ -207,6 +207,11 @@ constructor of the ``Helper`` class. // ... } +Please refer to the official `Protractor 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 ~~~~~~~~~~~~