Download the PHP package elbformat/ibexa-behat-bundle without Composer

On this page you can find all versions of the php package elbformat/ibexa-behat-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ibexa-behat-bundle

ibexa-behat-bundle

Although there already is an official behat bundle for ibexa, this bundle has a completely different approach. It is optimized for faster execution by using the Symfony Kernel directly and only partially reset the database. Also, it has more strict wordings in a behavioural manner. Last but not least it also supports creating page builder blocks.

Installation

  1. Add the bundle via composer

  2. Activate bundles in config/bundles.php

  3. Configure behat.yml See the symfony-behat-bundle installation instructions. Add more contexts as you like

  4. Use TestFilePathNormalizer In order to test uploaded images, you need a predictable filename. This can be achieved by skipping the random hash at the end, when running test. Just put the following line in your config/services_behat.yaml to

Run tests

Make sure you have a database configured for the test environment. It's recommended to have an extra database configured for tests in .env.test, to not accidentally delete real contents. After configuration you should initialise it once, before running any test against it.

Then you can simply run the tests.

Tweaks

When you have internal, fixed content/location ids > 1000 you may want to change the minimum id for resetting the database. To do this, you can simply add an enviromment variable BEHAT_CONTENT_MIN_ID=10000 to .env.behat


All versions of ibexa-behat-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
elbformat/field-helper-bundle Version ^2.0
elbformat/symfony-behat-bundle Version ^1.5
ibexa/experience Version ^4.6
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package elbformat/ibexa-behat-bundle contains the following files

Loading the files please wait ....