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-
21[ <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 )
32
43[<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):
44534453 will still be taken after the last step of your tearDown(), where
44544454 you should be calling "super(SubClassOfBaseCase, self).tearDown()"
44554455 """
4456- test_id = self .__get_test_id ()
4457- test_logpath = self .log_path + "/" + test_id
4458- self .__create_log_path_as_needed (test_logpath )
44594456 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 )
44604460 self .__set_last_page_screenshot ()
44614461 if self .is_pytest :
44624462 self .__add_pytest_html_extra ()
Original file line number Diff line number Diff line change 4545
4646setup (
4747 name = 'seleniumbase' ,
48- version = '1.34.14 ' ,
48+ version = '1.34.15 ' ,
4949 description = 'Fast, Easy, and Reliable Browser Automation & Testing.' ,
5050 long_description = long_description ,
5151 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments