Commit.
This commit is contained in:
parent
86d46bc165
commit
4981325b36
|
@ -3,7 +3,7 @@ from Po.Home.Signin import *
|
|||
|
||||
|
||||
@ddt.ddt
|
||||
class TestLoginSite(unittest.TestCase):
|
||||
class TestSigninSite(unittest.TestCase):
|
||||
@classmethod
|
||||
def setUpClass(cls) -> None:
|
||||
cls.driver = WebDriver()
|
|
@ -8,4 +8,4 @@ from unittest import TestSuite, TestLoader
|
|||
if __name__ == '__main__':
|
||||
testsuite = TestSuite()
|
||||
testsuite.addTest(TestLoader().discover('%s/Testcase' % project_home()))
|
||||
print(HTMLTestRunner(report_home='%s/Report/%s' % (project_home(), fmt_time(generate_report_name())), report_home_latest_name='latest').run(testsuite))
|
||||
HTMLTestRunner(report_home='%s/Report/%s' % (project_home(), fmt_time(generate_report_name())), report_home_latest_name='latest').run(testsuite)
|
||||
|
|
Loading…
Reference in New Issue