Skip to content

Commit

Permalink
PR geerlingguy#924 follow-up: Update Behat/Selenium docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy authored and brandonratz committed Nov 18, 2016
1 parent f7e6255 commit 8137b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/extras/behat.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Behat is an open source behavior-driven development tool for PHP. You can use Behat to build and run automated tests for site functionality on your Drupal sites, and Drupal VM has excellent built-in support for Behat, using Selenium to run tests in a headless instance of FireFox.
Behat is an open source behavior-driven development tool for PHP. You can use Behat to build and run automated tests for site functionality on your Drupal sites, and Drupal VM has excellent built-in support for Behat, using Selenium to run tests in a headless instance of either Google Chrome (default) or Firefox.

## Getting Started - Installing Prerequisites

Expand All @@ -23,7 +23,7 @@ $ behat --version
behat version 3.0.15
```

_You can also include `drupal/drupal-extension` directly in your project's `composer.json` file, and install the dependencies per-project. Either option (installing globally, like above, or installing per-project) is perfectly acceptable._
_You can also include `drupal/drupal-extension` directly in your project's `composer.json` file, and install the dependencies per-project._

## Setting up Behat for your project

Expand Down

0 comments on commit 8137b50

Please sign in to comment.