Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 785 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 785 Bytes

About

This project contains scripts useful for testing a Composer Drupal project with Behat on a Continuous Integration server, or locally.

  • Specify the Drupal modules, themes and libraries you use in your composer.json file, and build them with Composer.
  • Automatically build components via Travis or Circle CI every commit.
  • Use Behat to run tests on your site from Travis.
  • Automatically deploy your site to your Pantheon dev environment, or some other branch, every time the tests pass.

All of this can be accomplished with only a few light files committed to your repository.

See the example Drupal 7 Circle CI Composer project for a specific template to use in getting started with these scripts.