The frontend app that is now using Vue.js needs to be unit/functionally tested with selected test suite. Presumably JSHint, Mocha, and Chai.
Tasks
[ ] Properly look up for test scripts intended for unit/functional testing.
[x] Try to automate the tests even more with CI/CD.
[ ] Create more tests along with added functionalities.
Deliverables
The test scripts can be run with npm test. The report (can be in various format) is then generated each time it's run. If tried and possible, automate this with CI/CD (refer to https://github.com/gunadarma-academy/asde-michi/issues/48).
SOW
Overview
The frontend app that is now using Vue.js needs to be unit/functionally tested with selected test suite. Presumably JSHint, Mocha, and Chai.
Tasks
Deliverables
The test scripts can be run with
npm test
. The report (can be in various format) is then generated each time it's run. If tried and possible, automate this with CI/CD (refer to https://github.com/gunadarma-academy/asde-michi/issues/48).Dependencies
Progressed along with Streamline testing suite for backend and frontend (https://github.com/gunadarma-academy/asde-michi/issues/48) and Implement frontend based on the new designated routes, API, and data (https://github.com/gunadarma-academy/asde-michi/issues/55).
References
Should work and passes all tests in order to make it a quality project.