2022-12-02 15:37:56 +01:00
..
2022-12-02 15:37:56 +01:00
2022-03-28 17:10:35 +02:00
2019-11-21 12:44:35 +01:00
2018-12-10 00:43:42 +01:00

Devilbox tests

Important: Do not run this locally.

The Makefile will

  • overwrite your .env file.
  • empty your local Devilbox emails
  • empty your local Devilbox logs

Test workflow

If you nevertheless want to run the tests locally, follow the instructions below in that order.

Initialization

# Overwrites .env with testing defaults
make init

Configure

# Configure custom versions (optionally)
make configure SRV=PHP_SERVER VER=5.6
make configure SRV=HTTPD_SERVER VER=apache-2.2

Start

make start

Info

make info

Test

make test

Stop

make stop