None response and empty title from selenium webdriver in functional test
问题 I followed this tutorial (Build DevOps CI/CD pipeline for Python Flask with Azure DevOps). There is a command line task to execute a functional test which I get an error while running it. The command line task script is as follows: pip install selenium && pip install pytest && pytest Tests/functional_tests/ --webAppUrl=$(webAppUrl.AppServiceApplicationUrl) --junitxml=TestResults/test-results.xml This is the script used for functional test: import pytest from selenium import webdriver import