File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ nosetests.xml
32
32
.pytest_cache /*
33
33
.pytest_config
34
34
35
+ # Azure Pipelines
36
+ junit
37
+ test-results.xml
38
+
35
39
# Developer
36
40
.idea
37
41
.project
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ urllib3==1.24.1
11
11
pytest >= 4.4.0
12
12
pytest-cov >= 2.6.1
13
13
pytest-html >= 1.20.0
14
+ pytest-metadata >= 1.8.0
14
15
pytest-rerunfailures >= 7.0
15
16
pytest-xdist >= 1.27.0
16
17
parameterized >= 0.7.0
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'seleniumbase' ,
20
- version = '1.22.2 ' ,
20
+ version = '1.22.3 ' ,
21
21
description = 'Reliable Browser Automation & Testing Framework' ,
22
22
long_description = long_description ,
23
23
long_description_content_type = 'text/markdown' ,
64
64
'pytest>=4.4.0' ,
65
65
'pytest-cov>=2.6.1' ,
66
66
'pytest-html>=1.20.0' ,
67
+ 'pytest-metadata>=1.8.0' ,
67
68
'pytest-rerunfailures>=7.0' ,
68
69
'pytest-xdist>=1.27.0' ,
69
70
'parameterized>=0.7.0' ,
You can’t perform that action at this time.
0 commit comments