Skip to content

remydenton/drupal-probo-behat-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Starter kit for Drupal behat testing using Probo.Ci

This is a starting point for setting up behat testing for a Drupal project and then automatically running those tests using Probo.Ci.

Setting up behat testing

  1. Copy the tests directory to your project root.
  2. If your project is using Drupal 8, add the following line to the require section of the composer.json file: "guzzlehttp/guzzle" : "^6.0@dev"
  3. Follow the instructions in tests/README.md. For customizing or troubleshooting, refer to the Behat Drupal Extension docs.

Automating your tests with probo.ci

  1. Refer to the probo.ci docs for setting up your Drupal site on probo.
  2. Copy the Run behat tests step in the .probo.yaml file of this project into the .probo.yaml file in the root of your project. For an even quicker start, you could copy the whole .probo.yaml to your project and then modify it as necessary.

About

Quick start for using behat and Probo.Ci with Drupal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published