python-selenium/run.py

6 lines
170 B
Python

# -*- coding: utf-8 -*-
# @Date : 2017-08-11 15:34:37
# @Author : lileilei
from suite.testsuite import create_report
if __name__ == '__main__':
create_report()