From f0d2c843669e5d27aaaabf803bdbe17b8112a2b2 Mon Sep 17 00:00:00 2001 From: huangcaiyan Date: Thu, 1 Feb 2018 20:24:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=85=8D=E3=80=81=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E6=9C=9F=E5=88=9D=E5=B8=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/dictionaries/huangcaiyan.xml | 2 + .idea/inspectionProfiles/Project_Default.xml | 4 + .idea/workspace.xml | 1083 +++++++++-------- __pycache__/comp_info.cpython-36.pyc | Bin 436 -> 448 bytes data.xlsx | Bin 0 -> 4944 bytes .../cai_test/2018-02-01 17_02_27_result.html | 317 +++++ .../cai_test/2018-02-01 17_08_37_result.html | 373 ++++++ .../cai_test/2018-02-01 17_16_20_result.html | 388 ++++++ .../cai_test/2018-02-01 17_18_15_result.html | 389 ++++++ .../cai_test/2018-02-01 17_19_23_result.html | 469 +++++++ .../cai_test/2018-02-01 17_25_29_result.html | 471 +++++++ .../cai_test/2018-02-01 17_26_52_result.html | 467 +++++++ .../cai_test/2018-02-01 17_28_29_result.html | 299 +++++ .../cai_test/2018-02-01 17_29_46_result.html | 281 +++++ smoke_test_runner.py | 5 +- .../beginning_period/beginning_period_elem.py | 9 + .../beginning_period/beginning_period_page.py | 49 + .../beginning_period/beginning_period_spec.py | 46 + .../__pycache__/comp_list_page.cpython-36.pyc | Bin 6127 -> 5039 bytes .../external/comp_list/comp_list_elem.py | 3 + .../external/comp_list/comp_list_page.py | 229 ++-- .../external/comp_list/comp_list_spec.py | 28 +- .../distribute_modal/distribute_modal_elem.py | 13 +- .../distribute_modal/distribute_modal_page.py | 188 ++- .../distribute_modal/distribute_modal_spec.py | 71 +- .../create_comp_page.cpython-36.pyc | Bin 8131 -> 8131 bytes .../create_comp_spec.cpython-36.pyc | Bin 4396 -> 4511 bytes .../create_company/create_comp_page.py | 1 - .../create_company/create_comp_spec.py | 129 +- .../external/navigation/topbar/topbar_page.py | 28 +- .../external/navigation/topbar/topbar_spec.py | 34 +- .../personal_info_modal_page.py | 87 +- test_case/setting/contact/_init_.py | 0 test_data/cai/external/external_data.xlsx | Bin 0 -> 5632 bytes .../external/~$创建帐套测试数据.xlsx | Bin 0 -> 171 bytes util/__pycache__/public_page.cpython-36.pyc | Bin 15941 -> 15925 bytes util/create_company_util.py | 1 - util/public_page.py | 6 - 38 files changed, 4557 insertions(+), 913 deletions(-) create mode 100644 data.xlsx create mode 100644 report/cai_test/2018-02-01 17_02_27_result.html create mode 100644 report/cai_test/2018-02-01 17_08_37_result.html create mode 100644 report/cai_test/2018-02-01 17_16_20_result.html create mode 100644 report/cai_test/2018-02-01 17_18_15_result.html create mode 100644 report/cai_test/2018-02-01 17_19_23_result.html create mode 100644 report/cai_test/2018-02-01 17_25_29_result.html create mode 100644 report/cai_test/2018-02-01 17_26_52_result.html create mode 100644 report/cai_test/2018-02-01 17_28_29_result.html create mode 100644 report/cai_test/2018-02-01 17_29_46_result.html create mode 100644 test_case/external/beginning_period/beginning_period_elem.py create mode 100644 test_case/external/beginning_period/beginning_period_page.py create mode 100644 test_case/external/beginning_period/beginning_period_spec.py delete mode 100644 test_case/setting/contact/_init_.py create mode 100644 test_data/cai/external/external_data.xlsx create mode 100644 test_data/cai/external/~$创建帐套测试数据.xlsx diff --git a/.idea/dictionaries/huangcaiyan.xml b/.idea/dictionaries/huangcaiyan.xml index 4800ce8..b86aa14 100644 --- a/.idea/dictionaries/huangcaiyan.xml +++ b/.idea/dictionaries/huangcaiyan.xml @@ -4,6 +4,8 @@ datepicker disapeared huangcaiyan + inviteuser + menuitem tbody webelement diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index c9b0104..e91e6e8 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,6 +1,9 @@