Skip to content
Snippets Groups Projects
Ilya Lyaukin's avatar
ilyaukin authored
1ae01bc8
History

Automated Testing Kit Demonstration Recipe

Create a Drupal site with Automated Testing Kit (ATK) for demonstration purposes.

This recipe will:

  • Install Automated Testing Kit onto a fresh Drupal 11.1 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.

For Drupal 10.4, use the 1.x branch. For Drupal 12, use the 3.x branch.