fix filename

This commit is contained in:
Andrew Dolgov 2023-12-02 12:47:36 +03:00
parent dbb6e7291e
commit e453befab6
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
1 changed files with 1 additions and 1 deletions

View File

@ -68,5 +68,5 @@ class SeleniumTest(unittest.TestCase):
assert self.driver.find_element(by=By.CSS_SELECTOR, value="#feedTree").is_displayed()
with open('selenium-results.xml', 'wb') as output:
with open('selenium-report.xml', 'wb') as output:
unittest.main(testRunner=xmlrunner.XMLTestRunner(output=output))