add testsuite and testcase list pages in frontend of testing-scheduler 11/60011/6
authorLeoQi <QibinZheng2014@tongji.edu.cn>
Thu, 19 Jul 2018 18:52:12 +0000 (02:52 +0800)
committerYang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Tue, 4 Sep 2018 10:54:10 +0000 (10:54 +0000)
commit26b13e50c888bc0ca03c0f68731f7c5abff0c6b6
treeebf1b9cad731088abcaa39393d31c0730ad43355
parentad12a6561be8c67f6da09c38c4e1c0e88eb9a6de
add testsuite and testcase list pages in frontend of testing-scheduler

JIRA: BOTTLENECK-236

add two base pages: testsuite page and testcase list page.

Change-Id: I2c8eefac58893b0a3c0fb9c20f724f8612893dc0
Signed-off-by: Zheng Qibin <QibinZheng2014@tongji.edu.cn>
30 files changed:
testing-scheduler/ui/.babelrc [new file with mode: 0644]
testing-scheduler/ui/.editorconfig [new file with mode: 0644]
testing-scheduler/ui/.eslintignore [new file with mode: 0644]
testing-scheduler/ui/.eslintrc.js [new file with mode: 0644]
testing-scheduler/ui/.postcssrc.js [new file with mode: 0644]
testing-scheduler/ui/config/default.conf [new file with mode: 0644]
testing-scheduler/ui/config/dev.env.js [new file with mode: 0644]
testing-scheduler/ui/config/index.js [new file with mode: 0644]
testing-scheduler/ui/config/prod.env.js [new file with mode: 0644]
testing-scheduler/ui/index.html [new file with mode: 0644]
testing-scheduler/ui/package-lock.json [new file with mode: 0644]
testing-scheduler/ui/package.json [new file with mode: 0644]
testing-scheduler/ui/src/App.vue [new file with mode: 0644]
testing-scheduler/ui/src/Global.vue [new file with mode: 0644]
testing-scheduler/ui/src/assets/css/editor.css [new file with mode: 0644]
testing-scheduler/ui/src/assets/css/mystyle.css [new file with mode: 0644]
testing-scheduler/ui/src/assets/css/style.css [new file with mode: 0644]
testing-scheduler/ui/src/assets/css/toastr.min.css [new file with mode: 0644]
testing-scheduler/ui/src/assets/css/wf-graph.css [new file with mode: 0644]
testing-scheduler/ui/src/assets/js/inspinia.js [new file with mode: 0644]
testing-scheduler/ui/src/assets/js/jquery-vendor.js [new file with mode: 0644]
testing-scheduler/ui/src/assets/js/pace.min.js [new file with mode: 0644]
testing-scheduler/ui/src/assets/js/toastr.min.js [new file with mode: 0644]
testing-scheduler/ui/src/components/message/showMessage.js [new file with mode: 0644]
testing-scheduler/ui/src/components/testcase.vue [new file with mode: 0644]
testing-scheduler/ui/src/components/testsuite.vue [new file with mode: 0644]
testing-scheduler/ui/src/components/workflow_graph/wfresult.vue [new file with mode: 0644]
testing-scheduler/ui/src/main.js [new file with mode: 0644]
testing-scheduler/ui/src/router/index.js [new file with mode: 0644]
testing-scheduler/ui/static/favicon.ico [new file with mode: 0644]