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
3232.pytest_cache /*
3333.pytest_config
3434
35+ # Azure Pipelines
36+ junit
37+ test-results.xml
38+
3539# Developer
3640.idea
3741.project
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ urllib3==1.24.1
1111pytest >= 4.4.0
1212pytest-cov >= 2.6.1
1313pytest-html >= 1.20.0
14+ pytest-metadata >= 1.8.0
1415pytest-rerunfailures >= 7.0
1516pytest-xdist >= 1.27.0
1617parameterized >= 0.7.0
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = 'seleniumbase' ,
20- version = '1.22.2 ' ,
20+ version = '1.22.3 ' ,
2121 description = 'Reliable Browser Automation & Testing Framework' ,
2222 long_description = long_description ,
2323 long_description_content_type = 'text/markdown' ,
6464 'pytest>=4.4.0' ,
6565 'pytest-cov>=2.6.1' ,
6666 'pytest-html>=1.20.0' ,
67+ 'pytest-metadata>=1.8.0' ,
6768 'pytest-rerunfailures>=7.0' ,
6869 'pytest-xdist>=1.27.0' ,
6970 'parameterized>=0.7.0' ,
You can’t perform that action at this time.
0 commit comments