Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/performant-labs/testor
Command-line tool designed to work with Automated Testing Kit
https://github.com/performant-labs/testor
drupal
Last synced: 4 months ago
JSON representation
Command-line tool designed to work with Automated Testing Kit
- Host: GitHub
- URL: https://github.com/performant-labs/testor
- Owner: Performant-Labs
- Created: 2024-08-15T17:06:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-01T19:06:21.000Z (4 months ago)
- Last Synced: 2024-10-11T01:21:48.982Z (4 months ago)
- Topics: drupal
- Language: PHP
- Homepage: https://www.drupal.org/project/automated_testing_kit
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testor
[![CI](https://github.com/Performant-Labs/testor/actions/workflows/php.yml/badge.svg?branch=main)](https://github.com/Performant-Labs/testor/actions/workflows/php.yml?query=workflow%3APHP)
The command-line tool that works hand-in-glove with [Automated Testing Kit](https://www.drupal.org/project/automated_testing_kit).
## Documentation
Please see https://performantlabs.com/testor/testor.## Installation
On bare metal:
```shell
composer require performantlabs/testor
vendor/bin/testor self:init
```Under DDEV:
```shell
ddev composer require performantlabs/testor
ddev exec testor self:init
```Add the S3-credentials and site name to the .testor.yaml configuration
file. See the documentation.