You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Host"Running E2E integration tests..."-ForegroundColor Green
98
98
Write-Host"-----------------------------------------------------------------------------`n"-ForegroundColor Green
99
99
$env:CORE_TOOLS_EXE_PATH="$funcExePath"
100
-
pytest --junitxml=e2e-integration-test-report.xml --cov=./azure_functions_worker --cov-branch --cov-append tests/endtoend--cov-report xml --cov-report html
0 commit comments