linagora.esn.unifiedinbox
v1.10.5
Published
OpenPaaS Unified Inbox module
Downloads
26
Readme
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