Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 634 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 634 Bytes

linagora.esn.unifiedinbox

OpenPaaS Unified Inbox module.

How to run the tests

Make sure you have gitlab-ci-multi-runner installed locally, following the installation instructions.
Make sure you have Docker installed.

Run tests:

$ gitlab-ci-multi-runner exec docker test

This will pull all required images, and run the whole tests suite in a Docker container.
If you only want to run linters and unit-frontend tests, you can run them on your machine directly using:

$ grunt linters test-frontend