There is no license information available for the latest version (1.8.0) of this package.

Robo tasks that work with Automated Testing Kit

Installs: 587

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

Type:robo-tasks

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.