Skip to content

simplytestme/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplytest

This is a Composer project for setting up and running Simplytest.

It uses DDEV or Lando for local development, but neither are a requirement.

Installation

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 install

ddev si

Lando install

TBD

Tests

To run the tests for Simplytest, you can run the following command:

ddev composer run tests

Managing configuration

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.

Time limit

Each SimplyTest sandbox lasts 2 hours, via Tugboat setting. The lifespan starts when the sandbox is created, not when it becomes inactive.