This package is abandoned and no longer maintained. The author suggests using the performant-labs/testor package instead.
There is no license information available for the latest version (1.8.0) of this package.

Robo tasks that work with Automated Testing Kit

1.8.0 2025-03-24 20:21 UTC

README

CI

  • A command-line database and file snapshot management tool for Drupal.
  • Stores snapshots in an S3 or SFTP server.
  • Runs sanitization tasks when making the snapshot.

Documentation

Please see https://performantlabs.com/testor/testor.

Installation

On bare metal:

composer require performantlabs/testor
vendor/bin/testor self:init

Under DDEV:

ddev composer require performantlabs/testor
ddev exec testor self:init

Add the S3/SFTP credentials and site name to the .testor.yml configuration file. See the documentation.