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

Robo tasks that work with Automated Testing Kit

Installs: 960

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

Type:robo-tasks

1.10.2 2025-06-26 21:53 UTC

README

CI

A command-line database and file snapshot management tool.

  • Stores snapshots in an S3 or SFTP server.
  • Can run a sanitization task when making the snapshot.
  • Configured by default to work with Drupal.

Full Documentation

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

Installation

Via composer:

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

Via composer under DDEV:

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

Directly download the latest release as a PHAR:

curl -L -o testor https://github.com/Performant-Labs/testor/releases/latest/download/testor.phar
php testor self:init

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