File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
-
2
1
[ <img src =" https://cdn2.hubspot.net/hubfs/100006/images/super_logo_sb20.png " title =" SeleniumBase " height =" 48 " >] ( https://github.com/seleniumbase/SeleniumBase/blob/master/README.md )
3
2
4
3
[<img src="https://img.shields.io/github/release/seleniumbase/SeleniumBase.svg" alt=" " />](https://github.com/seleniumbase/SeleniumBase/releases) [<img src="https://img.shields.io/pypi/v/seleniumbase.svg" alt=" " />](https://pypi.python.org/pypi/seleniumbase) [<img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt=" " />](https://gitter.im/seleniumbase/SeleniumBase) [<img src="https://img.shields.io/travis/seleniumbase/SeleniumBase/master.svg?logo=travis" alt=" " />](https://travis-ci.org/seleniumbase/SeleniumBase) [<img src="https://dev.azure.com/seleniumbase/seleniumbase/_apis/build/status/seleniumbase.SeleniumBase?branchName=master" alt=" " />](https://dev.azure.com/seleniumbase/seleniumbase/_build/latest?definitionId=1&branchName=master) [<img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg">](https://github.com/seleniumbase/SeleniumBase/actions) [<img src="https://img.shields.io/badge/license-MIT-22BBCC.svg" alt=" " />](https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE) [<img src="https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg" alt=" " />](https://github.com/seleniumbase/SeleniumBase/stargazers)
Original file line number Diff line number Diff line change @@ -4453,10 +4453,10 @@ def save_teardown_screenshot(self):
4453
4453
will still be taken after the last step of your tearDown(), where
4454
4454
you should be calling "super(SubClassOfBaseCase, self).tearDown()"
4455
4455
"""
4456
- test_id = self .__get_test_id ()
4457
- test_logpath = self .log_path + "/" + test_id
4458
- self .__create_log_path_as_needed (test_logpath )
4459
4456
if self .__has_exception () or self .save_screenshot_after_test :
4457
+ test_id = self .__get_test_id ()
4458
+ test_logpath = self .log_path + "/" + test_id
4459
+ self .__create_log_path_as_needed (test_logpath )
4460
4460
self .__set_last_page_screenshot ()
4461
4461
if self .is_pytest :
4462
4462
self .__add_pytest_html_extra ()
Original file line number Diff line number Diff line change 45
45
46
46
setup (
47
47
name = 'seleniumbase' ,
48
- version = '1.34.14 ' ,
48
+ version = '1.34.15 ' ,
49
49
description = 'Fast, Easy, and Reliable Browser Automation & Testing.' ,
50
50
long_description = long_description ,
51
51
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments