From 8f2dbcad7a887e464b9c603a1806db74faef1bd3 Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Sat, 20 May 2023 13:21:37 +0200 Subject: [PATCH] Update README --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 895fbd3..ae8b10c 100644 --- a/README.md +++ b/README.md @@ -61,14 +61,19 @@ If your config file is not 'backstop.json' you need to use the --config argument ### View test results -The backstop commands 'backstop remote' and 'backstop openReport' do not work in this setup (PR welcome!), -instead just open the generated HTML-Report with your browser, e.g.: +The backstop commands 'backstop remote' and 'backstop openReport' do not work in this setup. + +But there is a host command that will open the latest test report in your default browser: ```shell -open tests/backstop/backstop_data/_mytestproject_/html_report/index.html +ddev backstop-results ``` -A ddev `host` command exists to open the latest report in your default browser: `ddev backstop-results` +Alternatively open the generated HTML-Report with your browser, e.g.: + +```shell +open tests/backstop/backstop_data/_mytestproject_/html_report/index.html +``` ## Changes to the original docker image