You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-09 23:07:35 +02:00
deploy: b3249fada7
This commit is contained in:
@@ -1708,8 +1708,9 @@
|
||||
<li>Execute <code>git submodule update --init --recursive</code> if you haven't already initialized the git submodules</li>
|
||||
</ol>
|
||||
<h3 id="executing-tests"><a class="toclink" href="#executing-tests">Executing Test(s)</a></h3>
|
||||
<p>We use <code>make</code> to run commands. You will first need to build the container image via <code>make build</code>. You can then:</p>
|
||||
<p>We use <code>make</code> to run commands.</p>
|
||||
<ol>
|
||||
<li>Run <code>make build</code> to create or update the local <code>mailserver-testing:ci</code> Docker image (<em>using the projects <code>Dockerfile</code></em>)</li>
|
||||
<li>Run all tests: <code>make clean tests</code></li>
|
||||
<li>Run a single test: <code>make clean generate-accounts test/<TEST NAME WITHOUT .bats SUFFIX></code></li>
|
||||
<li>Run multiple unrelated tests: <code>make clean generate-accounts test/<TEST NAME WITHOUT .bats SUFFIX>,<TEST NAME WITHOUT .bats SUFFIX></code> (just add a <code>,</code> and then immediately write the new test name)</li>
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user