Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prestaconcept/prestabehatevaluator
PrestaBehatParser is a library leveraging parsers to be used in Behat tests.
https://github.com/prestaconcept/prestabehatevaluator
Last synced: about 2 months ago
JSON representation
PrestaBehatParser is a library leveraging parsers to be used in Behat tests.
- Host: GitHub
- URL: https://github.com/prestaconcept/prestabehatevaluator
- Owner: prestaconcept
- License: mit
- Created: 2023-04-30T18:31:49.000Z (over 1 year ago)
- Default Branch: 1.x
- Last Pushed: 2024-05-19T13:39:58.000Z (8 months ago)
- Last Synced: 2024-05-19T14:17:34.800Z (8 months ago)
- Language: PHP
- Size: 72.3 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PrestaBehatEvaluator
![tests](https://github.com/prestaconcept/PrestaBehatEvaluator/actions/workflows/tests.yml/badge.svg)
![quality](https://github.com/prestaconcept/PrestaBehatEvaluator/actions/workflows/quality.yml/badge.svg)
[![codecov](https://codecov.io/gh/prestaconcept/PrestaBehatEvaluator/branch/1.x/graph/badge.svg?token=ZARV76QDR5)](https://codecov.io/gh/prestaconcept/PrestaBehatEvaluator)The PrestaBehatEvaluator library leverages adapters to evaluate and transform input values into more complex objects.
It mostly aims to insert dynamic values in [Behat features][1].
Installation
============Make sure Composer is installed globally, as explained in the [installation chapter][2] of the Composer documentation.
Open a command console, enter your project directory and execute:
```console
$ composer require presta/behat-evaluator --dev
```Documentation
=============- Read the [Getting Started guide][5].
Contributing
============Pull requests are welcome.
Thanks to [our contributors][4].
---
*This project is supported by [PrestaConcept][3].*
[1]: https://behat.org/en/latest/user_guide/features_scenarios.html
[2]: https://getcomposer.org/doc/00-intro.md
[3]: https://www.prestaconcept.net/
[4]: https://github.com/prestaconcept/PrestaBehatEvaluator/graphs/contributors
[5]: docs/getting_started.md