Continuous Integration¶
The GlobaLeaks codebase is continuously tested for bug within a complete continuous integration lifecycle implemented.
Testes are performed at every commit by:
performing static and dynamic testing on TravisCI;
tracking tests coverage and code quality with Codacy.
Unit Tests¶
Unit tests are implemented by means of python-twisted and trial
Tests can be run manually by issuing:
cd GlobaLeaks/backend && trial globaleaks
E2E Tests¶
End to end tests are implemented by means of the Protractor Angular JS library.
Tests can be run manually by issuing:
cd GlobaLeaks/client && ./node_modules/protractor/bin/protractor tests/protractor.config.js