Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drevops/behat-phpserver
- Owner: drevops
- License: gpl-3.0
- Created: 2017-01-02T06:51:28.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T23:29:24.000Z (3 months ago)
- Last Synced: 2024-09-18T03:49:40.021Z (3 months ago)
- Topics: behat, behat-context, behat-extension, php, test
- Language: PHP
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
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