From 42d00da8af5489175c079cb9f9953904c301edbf Mon Sep 17 00:00:00 2001 From: LeoQi Date: Fri, 20 Jul 2018 02:55:29 +0800 Subject: the detail page of testcase in frontend of testing-scheduler JIRA: BOTTLENECK-237 the pages provide the testcase content and operations on it. Change-Id: I0c0dd39c9a285179f2192211487c2f9d9808c523 Signed-off-by: Zheng Qibin --- .../ui/src/components/editor/editor.vue | 141 +++++++++ .../ui/src/components/editor/flow.vue | 340 +++++++++++++++++++++ .../ui/src/components/editor/step.vue | 222 ++++++++++++++ .../ui/src/components/testcase_content.vue | 215 +++++++++++++ 4 files changed, 918 insertions(+) create mode 100644 testing-scheduler/ui/src/components/editor/editor.vue create mode 100644 testing-scheduler/ui/src/components/editor/flow.vue create mode 100644 testing-scheduler/ui/src/components/editor/step.vue create mode 100644 testing-scheduler/ui/src/components/testcase_content.vue (limited to 'testing-scheduler') diff --git a/testing-scheduler/ui/src/components/editor/editor.vue b/testing-scheduler/ui/src/components/editor/editor.vue new file mode 100644 index 00000000..eec9d5ca --- /dev/null +++ b/testing-scheduler/ui/src/components/editor/editor.vue @@ -0,0 +1,141 @@ + + \ No newline at end of file diff --git a/testing-scheduler/ui/src/components/editor/flow.vue b/testing-scheduler/ui/src/components/editor/flow.vue new file mode 100644 index 00000000..b79943a7 --- /dev/null +++ b/testing-scheduler/ui/src/components/editor/flow.vue @@ -0,0 +1,340 @@ + + \ No newline at end of file diff --git a/testing-scheduler/ui/src/components/editor/step.vue b/testing-scheduler/ui/src/components/editor/step.vue new file mode 100644 index 00000000..8c03513c --- /dev/null +++ b/testing-scheduler/ui/src/components/editor/step.vue @@ -0,0 +1,222 @@ + + \ No newline at end of file diff --git a/testing-scheduler/ui/src/components/testcase_content.vue b/testing-scheduler/ui/src/components/testcase_content.vue new file mode 100644 index 00000000..c986b6a1 --- /dev/null +++ b/testing-scheduler/ui/src/components/testcase_content.vue @@ -0,0 +1,215 @@ + + \ No newline at end of file -- cgit 1.2.3-korg