devilbox/.tests
2019-04-20 10:00:53 +02:00
..
intra-tests Allow to disable certain version for vendor checks 2019-02-10 12:29:42 +01:00
startup-tests Ensure startup scripts are tested correctly 2019-01-28 11:35:59 +01:00
vhost-tests Ensure tests really fail in case of errors 2018-12-29 14:22:51 +01:00
get-modules.sh Add PHP-FPM 8.0 2019-02-09 16:51:40 +01:00
Makefile Fix CI tests for mail volume 2019-04-20 10:00:53 +02:00
README.md Replace test scripts with Makefile 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