Create functionality and e2e tests for project 77/47177/1
authorthuva4 <tharma.thuva@gmail.com>
Tue, 14 Nov 2017 10:08:56 +0000 (15:38 +0530)
committerthuva4 <tharma.thuva@gmail.com>
Tue, 14 Nov 2017 10:08:56 +0000 (15:38 +0530)
commit265e10a036b545d9d4e15bebef17e38e4b013af3
tree253f52de1842ec2ca3dc5e33d381f6108c4c39ab
parent3b3477d3f632208d99fe2ab71679ab84b618855a
Create functionality and e2e tests for project

Implemented the create function for the projects.
Wrote the e2e tests for the create function.

Change-Id: Iceac650573ca31b6246350c4d60033b42e0ffb0f
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
15 files changed:
testapi/3rd_party/static/testapi-ui/Gruntfile.js
testapi/3rd_party/static/testapi-ui/app.js
testapi/3rd_party/static/testapi-ui/index.html
testapi/3rd_party/static/testapi-ui/shared/header/header.html
testapi/opnfv_testapi/common/check.py
testapi/opnfv_testapi/common/message.py
testapi/opnfv_testapi/handlers/base_handlers.py
testapi/opnfv_testapi/tests/UI/e2e/podsControllerSpec.js
testapi/opnfv_testapi/tests/UI/e2e/projectControllerSpec.js [new file with mode: 0644]
testapi/opnfv_testapi/tests/unit/handlers/test_base.py
testapi/opnfv_testapi/tests/unit/handlers/test_project.py
testapi/opnfv_testapi/tests/unit/handlers/test_result.py
testapi/opnfv_testapi/tests/unit/handlers/test_testcase.py
testapi/opnfv_testapi/ui/projects/projects.html [new file with mode: 0644]
testapi/opnfv_testapi/ui/projects/projectsController.js [new file with mode: 0644]