Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/drevops/behat-phpserver

๐Ÿงช Use PHP server in tests
https://github.com/drevops/behat-phpserver

behat behat-context behat-extension php test

Last synced: about 1 month ago
JSON representation

๐Ÿงช Use PHP server in tests

Awesome Lists containing this project

README

        



Yourproject logo

Behat PHP server


[![GitHub Issues](https://img.shields.io/github/issues/drevops/behat-phpserver.svg)](https://github.com/drevops/behat-phpserver/issues)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/drevops/behat-phpserver.svg)](https://github.com/drevops/behat-phpserver/pulls)
[![Test PHP](https://github.com/drevops/behat-phpserver/actions/workflows/test-php.yml/badge.svg)](https://github.com/drevops/behat-phpserver/actions/workflows/test-php.yml)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/drevops/behat-phpserver)
[![Total Downloads](https://poser.pugx.org/drevops/behat-phpserver/downloads)](https://packagist.org/packages/drevops/behat-phpserver)
![LICENSE](https://img.shields.io/github/license/drevops/behat-phpserver)
![Renovate](https://img.shields.io/badge/renovate-enabled-green?logo=renovatebot)


Behat Context to enable PHPServer in tests.


## Features

Behat Context to enable PHP server for tests.

## Installation

composer require --dev drevops/behat-phpserver

## Usage

cd ./tests/behat/ && ../../vendor/bin/behat --colors

## Maintenance

### Lint code

```bash
composer lint
composer lint-fix
```

### Run tests

```bash
composer test
```

---
Repository created using https://getscaffold.dev/ project scaffold template