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 c39eece commit d1c5956Copy full SHA for d1c5956
azure-pipelines.yml
@@ -56,9 +56,6 @@ jobs:
56
- script: pytest examples/test_inspect_html.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
57
displayName: 'Run pytest test_inspect_html.py --browser=chrome --headless'
58
59
- - script: pip install seleniumbase --no-cache-dir
60
- displayName: 'Verify that SeleniumBase can be installed from PyPI'
61
-
62
- task: PublishTestResults@2
63
inputs:
64
testResultsFiles: '**/test-results.xml'
0 commit comments