Skip to content

Commit

Permalink
fix: Update tests requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jsargiot committed Nov 20, 2024
1 parent 592ab7a commit 150c6d5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
Binary file removed tests/drivers/chromedriver
Binary file not shown.
Binary file removed tests/drivers/operadriver
Binary file not shown.
Binary file removed tests/drivers/operadriver.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions tests/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def prepare_chrome(context):
context.browser = webdriver.Remote(context.service.service_url, options=chrome_options)

def before_all(context):
#prepare_chrome(context)
prepare_opera(context)
prepare_chrome(context)
#prepare_opera(context)
# Start web server (httpbin FTW!)
context.server = subprocess.Popen([sys.executable, '-m', 'httpbin.core'])

Expand Down
8 changes: 2 additions & 6 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
behave==1.2.6
selenium==4.4.3
Werkzeug==3.0.6
flask==2.3.2

# For testing
httpbin==0.7.0
selenium==4.26.1
httpbin==0.10.2

0 comments on commit 150c6d5

Please sign in to comment.