Skip to content

Commit

Permalink
[doc] Revise documentation about Continous Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Dec 9, 2023
1 parent af2b0d1 commit 8eb049b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions documentation/developer/ContinuousIntegration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The GlobaLeaks codebase is continuously tested for bug within a complete continu

Testes are performed at every commit by:

* performing static and dynamic testing on `TravisCI <https://travis-ci.org/github/globaleaks/GlobaLeaks>`_;
* performing continous integration testing with `GitHub Actions <https://github.com/globaleaks/GlobaLeaks/actions>`_;
* tracking tests coverage and code quality with `Codacy <https://app.codacy.com/manual/GlobaLeaks/GlobaLeaks>`_.

Unit Tests
Expand All @@ -21,12 +21,11 @@ Tests can be run manually by issuing:
E2E Tests
=========
End to end tests are implemented by means of the Protractor AngularJS library.
End to end tests are implemented by means of Cypress.

Tests can be run manually by issuing:

.. code:: sh
cd GlobaLeaks/client
./node_modules/protractor/bin/webdriver-manager update
./node_modules/protractor/bin/protractor tests/protractor.config.js
./node_modules/cypress/bin/cypress run

0 comments on commit 8eb049b

Please sign in to comment.