We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c9bbd commit 2070270Copy full SHA for 2070270
requirements.txt
@@ -1,8 +1,4 @@
1
pytest-playwright>=0.5.1
2
pytest-html>=4.1.1
3
pytest-json-report>=1.5.0
4
-
5
-playwright~=1.47.0
6
python-dotenv~=1.0.1
7
-pytest~=8.3.3
8
-Flask~=3.0.3
utils/user_tools.py
@@ -2,7 +2,7 @@
import logging
import os
from pathlib import Path
-from flask.cli import load_dotenv
+from dotenv import load_dotenv
from playwright.sync_api import Page
from pages.cognito_login_page import CognitoLoginPage
0 commit comments