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 a91cce6 commit 98eb47fCopy full SHA for 98eb47f
azure-pipelines.yml
@@ -59,8 +59,8 @@ jobs:
59
- script: python -m pytest examples/my_first_test.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
60
displayName: 'Run pytest my_first_test.py --browser=chrome --headless'
61
62
- - script: python -m pytest examples/test_inspect_html.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
63
- displayName: 'Run pytest test_inspect_html.py --browser=chrome --headless'
+ #- script: python -m pytest examples/test_inspect_html.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
+ # displayName: 'Run pytest test_inspect_html.py --browser=chrome --headless'
64
65
#- task: PublishTestResults@2
66
# inputs:
0 commit comments