From 34a22c3978c67a85c40fedb8cd1d11ec1046e0b5 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Sat, 5 Feb 2022 17:12:13 +0530 Subject: [PATCH] tests: functional: Add plugin for HTML reports Reviewed-by: Sunil Mohan Adapa --- plinth/tests/functional/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/tests/functional/install.sh b/plinth/tests/functional/install.sh index ab8bc93ad..6b8932627 100755 --- a/plinth/tests/functional/install.sh +++ b/plinth/tests/functional/install.sh @@ -8,7 +8,7 @@ sudo apt-get install -yq --no-install-recommends \ python3-pip python3-wheel firefox-esr git smbclient\ xvfb -pip3 install splinter pytest-splinter pytest-xvfb +pip3 install splinter pytest-splinter pytest-xvfb pytest-reporter-html1 echo "Installing geckodriver" (