From 06620986a7690fbc9aefffa893dc31dfd4513528 Mon Sep 17 00:00:00 2001 From: jantoun-scottlogic Date: Tue, 25 Jun 2024 11:33:42 +0100 Subject: [PATCH] Add pytest-html as a dependency --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index 132ed84f..e0774c0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,8 @@ colorama==0.4.6 greenlet==3.0.3 idna==3.7 iniconfig==2.0.0 +Jinja2==3.1.4 +MarkupSafe==2.1.5 packaging==24.1 playwright==1.44.0 pluggy==1.5.0 @@ -11,6 +13,8 @@ psutil==5.9.8 pyee==11.1.0 pytest==8.2.2 pytest-base-url==2.1.0 +pytest-html==4.1.1 +pytest-metadata==3.1.1 pytest-playwright==0.5.0 pytest-xprocess==1.0.2 python-slugify==8.0.4