From 4985f5c7d26678bcd831749144d3803f37d54462 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Wed, 8 Sep 2021 16:22:45 -0500 Subject: [PATCH] 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 --- doc/dev/developer_guide/dash-devel.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- 2.47.3