python-selenium/run.py

6 lines
170 B
Python
Raw Permalink Normal View History

2017-08-11 15:38:59 +08:00
# -*- coding: utf-8 -*-
# @Date : 2017-08-11 15:34:37
# @Author : lileilei
2018-03-24 18:54:02 +08:00
from suite.testsuite import create_report
2017-08-11 15:38:59 +08:00
if __name__ == '__main__':
create_report()