This is a Composer project for setting up and running Simplytest.
It uses DDEV or Lando for local development, but neither are a requirement.
Clone this repo and run composer install
.
This will install all dependencies, including Drupal core and the Simplytest distribution profile.
The run the following command to install the site locally:
ddev si
TBD
To run the tests for Simplytest, you can run the following command:
ddev composer run tests
The SimplyTest project leverages Drupal's ability to have a site's configuration
live within the distribution. When making configuration changes, be sure to run Drush
config export to export config to the config/sync
directory.
Each SimplyTest sandbox lasts 2 hours, via Tugboat setting. The lifespan starts when the sandbox is created, not when it becomes inactive.