Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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