From: Laura Flores Date: Wed, 8 Sep 2021 21:22:45 +0000 (-0500) Subject: doc/dev: specify location of e2e-tests script X-Git-Tag: v17.1.0~904^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4985f5c7d26678bcd831749144d3803f37d54462;p=ceph.git doc/dev: specify location of e2e-tests script I was just going through these steps myself, and I found it difficult to locate and run `run-frontend-e2e-tests.sh`. Specifying the location of it might make it clearer to others where the correct script is located. Signed-off-by: Laura Flores --- diff --git a/doc/dev/developer_guide/dash-devel.rst b/doc/dev/developer_guide/dash-devel.rst index dc2355094455..a5ffaa32c176 100644 --- a/doc/dev/developer_guide/dash-devel.rst +++ b/doc/dev/developer_guide/dash-devel.rst @@ -396,8 +396,9 @@ do a full scale e2e run. It will verify if everything needed is installed, start a new vstart cluster and run the full test suite. -Start all frontend E2E tests by running:: +Start all frontend E2E tests with:: + $ cd src/pybind/mgr/dashboard $ ./run-frontend-e2e-tests.sh Report: