performantlabs / testor
Robo tasks that work with Automated Testing Kit
Installs: 74
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:robo-tasks
Requires
- php: >=8.1
- ext-json: *
- aws/aws-sdk-php: ^3.320
- consolidation/robo: ^4.0|^5.0
- phpseclib/phpseclib: ^3.0
Requires (Dev)
- mockery/mockery: ^1.6
- php-mock/php-mock: ^2.5
- php-mock/php-mock-phpunit: ^2.10
- phpstan/phpstan: ^2.1
- phpstan/phpstan-strict-rules: ^2.0
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2025-03-24 20:22:31 UTC
README
- 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.