drupal / automated_testing_kit_demo_recipe
Create a standalone Drupal demonstration site with Automated Testing Kit.
1.0.2
2024-12-08 01:44 UTC
Requires
- drupal/admin_toolbar: ^3.4
- drupal/admin_toolbar_tools: ^3.4
- drupal/automated_testing_kit: ^1.3
- drupal/core: ^10.4.0
- drupal/pathauto: ^1.0
- drupal/qa_accounts: ^1.0
- drupal/redirect: ^1.9
- drupal/token: ^1.13
- drupal/webform: ^6.2
- drupal/xmlsitemap: ^1.5
- drush/drush: ^13
This package is not auto-updated.
Last update: 2024-12-09 07:18:21 UTC
README
Create a Drupal site with Automated Testing Kit (ATK) for demonstration purposes.
This recipe will:
- Install Automated Testing Kit onto a fresh Drupal 10.4 installation
- Import demo content for the page error and search tests
- Install and configure modules that allow each test to operate
- Import test data for the page error and search tests
- Enable the Automated Testing Kit Demonstration sub-module that runs important post-application tasks, such as running the setup script and cron (to index the site).
Installation Instructions
See the instructions at Applying the Automated Testing Kit Recipe.