neos/behat

Last activity 04 Apr 2025 4 12 679303
composer require neos/behat

Behat support package for Neos Flow

9.0.0-beta1

Version
9.0.0-beta1
Type
neos-package
Release Date
Oct 31, 2023 17:41
Source
git
Distribution
zip
Requires
  • php: ^8.2
  • neos/flow: ^9.0
Replaces
  • flowpack/behat: self.version
LGPL-3.0-or-later d2dd476407023dd84884379441c0b95642fa3b85

Readme excerpt

Project preparation

For running the Behat tests you will need some additional contexts. The 'Testing/Behat' context is required, the 'Development/Behat' is only required for running selenium tests.

  • The context Development/Behat should be mounted as a separate virtual host and is used by Behat to do the actual HTTP requests.
  • The context Testing/Behat is used inside the Behat feature context to set up test data and reset the database after each scenario.

These contexts should share the same database to work properly. Make sure to create a new database for the Behat tests since all the data will be removed after each scenario.

Example …
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 92 package(s).