Distributes human testable tests to Jetpack sites based on their environment.
Developing in a Docker environment with jwilder/nginx-proxy and DNS masq for *.docker to 127.0.0.1. Can run in another environment, just change the .env file with the database connection info.
- Run
docker-compose up -d - Run
compose installto get the development requirements (not used in the library itself). - Visit http://test-db.docker and load the SQL dump file in
dev/testing.sql. - Visit http://test.docker and try different environments to test the result.

