Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Testing Requirements

Gonçalo Tomás edited this page Oct 16, 2018 · 1 revision

FMKe has several testing mechanisms. Most of them use Erlang tools such as dialyzer or xref, but the more intricate integration tests assume that you have Docker installed locally. Moreover, the process running the test suites will attempt to create several instances, so permissions need to be given to

Installing Docker

Please consult the official installation documentation for your platform.

Linux/UNIX Additional Step

The test suites are not expected to run with administrative purposes, so be sure that your user is added to the docker group. See this page for additional information.