Implement the CRUD operations for Test cases 67/49567/5
authorthuva4 <tharma.thuva@gmail.com>
Sat, 23 Dec 2017 03:56:12 +0000 (09:26 +0530)
committerthuva4 <tharma.thuva@gmail.com>
Sat, 23 Dec 2017 10:37:53 +0000 (16:07 +0530)
commit5df2ce54e5aaadfb5ade5a94d6b42392bf805cc8
treeb6ab04967f3e4ab77c5f071780bde999d1d88034
parent4e98903ccae3363090de8fefb463b64a943b8f9f
Implement the CRUD operations for Test cases

Created the testcases, testcase pages
Remove update, delete buttons in project page.
add protractor tests for testcases page.
change tabs to spaces

Change-Id: Id7d381b13dca4f228bda24fa1abad7c465b5cef7
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
14 files changed:
testapi/opnfv_testapi/common/check.py
testapi/opnfv_testapi/tests/UI/e2e/testCasesControllerSpec.js [new file with mode: 0644]
testapi/opnfv_testapi/tests/unit/handlers/test_result.py
testapi/opnfv_testapi/tests/unit/handlers/test_testcase.py
testapi/opnfv_testapi/ui/Gruntfile.js
testapi/opnfv_testapi/ui/app.js
testapi/opnfv_testapi/ui/components/projects/project/project.html
testapi/opnfv_testapi/ui/components/projects/project/projectController.js
testapi/opnfv_testapi/ui/components/projects/project/testCases/modals/testCaseModal.html [new file with mode: 0644]
testapi/opnfv_testapi/ui/components/projects/project/testCases/testCase/testCase.html [new file with mode: 0644]
testapi/opnfv_testapi/ui/components/projects/project/testCases/testCase/testCaseController.js [new file with mode: 0644]
testapi/opnfv_testapi/ui/components/projects/project/testCases/testCases.html [new file with mode: 0644]
testapi/opnfv_testapi/ui/components/projects/project/testCases/testCasesController.js [new file with mode: 0644]
testapi/opnfv_testapi/ui/index.html