Closed (works as designed)
Project:
Behat Drupal Extension
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2014 at 08:11 UTC
Updated:
5 Mar 2026 at 11:48 UTC
Jump to comment: Most recent
Comments
Comment #1
jhedstromThis looks great!
The instructions on the project page are the same contents as the
README.mdfile. Could you perhaps post your suggested edits to the instructions here, and then I can update them when I have a chance?Comment #2
manumilou commentedVery nice job for the starter kit!
What would you think of having a couple more functional tests in the starter kit? Like clearing the cache, running cron, accessing an admin page, etc ... I could contribute those, as I have been developping some tests for a client's project.
Comment #3
eliza411 commentedI'm doing a 3.0 documentation update and I was going to add a link to the StarterKit, but I ran into a handful of issues. I'd be happy to add this when the kit is also up-to-date!
You could submit a pull request directly against the docs or just move this issue back to active.
Comment #4
pp commented@eliza411
First of all, Thanks your feedback!
I corrected all the issues.
@manumilou
The goal of StarterKit: give a working setup, nothing else.
I suggest create an another project which contains examples.
Comment #5
brooke_heaton commentedI've been working on something similar -> A suite of 'Behat Examples', modeled after the Migrate examples. This includes a set of basic content types to test each Drupal core field as well as DOM elements, Drupal Regions and Views. The purpose is to provide out-of-the box examples and tests to help people get started. While there is a great deal of 'how to download and configure Behat' blog posts and text documentation, I think this would help newcomers get a much faster start.
Comment #6
jonathanshaw#5: awesome!
Any chance of a link to your work in progress? Even a rough start would be a big help already.
I'm happy to help out with it.
Comment #7
moshe weitzman commented@brooke - would love to see your work. please share, even if its still rough.
Comment #8
pfrenssenFor people that are using Drupal 8, I am maintaining a fork of
drupal-composer/drupal-projectthat has Behat preconfigured for running locally as well as on Travis CI: https://github.com/pfrenssen/drupal-projectComment #9
alex.skrypnykFor a full end-to-end setup, please see https://github.com/drevops/vortex
For additional steps, please see https://github.com/drevops/behat-steps. This library has every step covered with own Behat steps which demonstrates how it can be used.
Here is a list of all steps: https://github.com/drevops/behat-steps/blob/main/STEPS.md