File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
- job : ' Test'
10
10
pool :
11
- vmImage : ' Ubuntu-16 .04'
11
+ vmImage : ' Ubuntu-18 .04'
12
12
strategy :
13
13
matrix :
14
14
Python27 :
19
19
python.version : ' 3.6'
20
20
Python37 :
21
21
python.version : ' 3.7'
22
- maxParallel : 4
22
+ Python38 :
23
+ python.version : ' 3.8'
24
+ maxParallel : 5
23
25
24
26
steps :
25
27
- task : UsePythonVersion@0
59
61
- script : python -m pytest examples/my_first_test.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
60
62
displayName : ' Run pytest my_first_test.py --browser=chrome --headless'
61
63
64
+ - script : python -m pytest examples/test_demo_site.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
65
+ displayName : ' Run pytest test_demo_site.py --browser=chrome --headless'
66
+
62
67
# - script: python -m pytest examples/test_inspect_html.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
63
68
# displayName: 'Run pytest test_inspect_html.py --browser=chrome --headless'
64
69
You can’t perform that action at this time.
0 commit comments