Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibexa/behat
https://github.com/ibexa/behat
ibexa-bundle
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ibexa/behat
- Owner: ibexa
- License: other
- Created: 2022-02-17T11:52:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T10:18:39.000Z (6 months ago)
- Last Synced: 2024-05-18T10:54:45.614Z (6 months ago)
- Topics: ibexa-bundle
- Language: PHP
- Homepage:
- Size: 38.7 MB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ibexa BehatBundle
Ibexa BehatBundle makes development of [Behat](https://behat.org/en/latest/) tests for [Ibexa DXP](https://developers.ibexa.co/) quicker and easier.
This package is part of [Ibexa DXP](https://ibexa.co).
[Install Ibexa DXP](https://doc.ibexa.co/en/latest/install/) and then install this package to use it:
```
composer require --dev ibexa/behat --no-scripts --no-plugins
composer sync-recipes ibexa/behat --force -v
```For more information about BehatBundle, see:
- [Getting started](doc/getting_started.md)
- [Running tests](doc/running_tests.md)
- [Available features](doc/features.md)
- [Extending BehatBundle](doc/extending.md)## COPYRIGHT
Copyright (C) 1999-2024 Ibexa AS (formerly eZ Systems AS). All rights reserved.
## LICENSE
This source code is available separately under the following licenses:
A - Ibexa Business Use License Agreement (Ibexa BUL),
version 2.4 or later versions (as license terms may be updated from time to time)
Ibexa BUL is granted by having a valid Ibexa DXP (formerly eZ Platform Enterprise) subscription,
as described at: https://www.ibexa.co/product
For the full Ibexa BUL license text, please see:
- LICENSE-bul file placed in the root of this source code, or
- https://www.ibexa.co/software-information/licenses-and-agreements (latest version applies)AND
B - GNU General Public License, version 2 Grants an copyleft open source license with ABSOLUTELY NO WARRANTY.
For the full GPL license text, please see:
- LICENSE file placed in the root of this source code, or
- https://www.ibexa.co/software-information/licenses-and-agreements (latest version applies)