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

https://github.com/webino/testing

:triangular_ruler: Webino™ Testing support package [WIP]
https://github.com/webino/testing

library testing v3 webino wip

Last synced: 5 months ago
JSON representation

:triangular_ruler: Webino™ Testing support package [WIP]

Awesome Lists containing this project

README

          

# Webino Testing

Testing support package.

[![Build Status](https://img.shields.io/travis/webino/testing/master.svg?style=for-the-badge)](http://travis-ci.org/webino/testing "Master Build Status")
[![Coverage Status](https://img.shields.io/coveralls/github/webino/testing/master.svg?style=for-the-badge)](https://coveralls.io/github/webino/testing?branch=master "Master Coverage Status")
[![Code Quality](https://img.shields.io/scrutinizer/g/webino/testing/master.svg?style=for-the-badge)](https://scrutinizer-ci.com/g/webino/testing/?branch=master "Master Code Quality")
[![Latest Stable Version](https://img.shields.io/github/tag/webino/testing.svg?label=STABLE&style=for-the-badge)](https://packagist.org/packages/webino/testing)

## Recommended Usage

Use embedded binary to run tests.

## Setup
[![PHP from Packagist](https://img.shields.io/packagist/php-v/webino/testing.svg?style=for-the-badge)](https://php.net "Required PHP version")

```bash
composer require webino\testing
```

## Quick Use

Test all:
```bash
bin/webino-test
```

Test matching pattern:
```bash
bin/webino-test Example
```

## Development

[![Build Status](https://img.shields.io/travis/webino/testing/develop.svg?style=for-the-badge)](http://travis-ci.org/webino/testing "Develop Build Status")
[![Coverage Status](https://img.shields.io/coveralls/github/webino/testing/develop.svg?style=for-the-badge)](https://coveralls.io/github/webino/testing?branch=develop "Develop Coverage Status")
[![Code Quality](https://img.shields.io/scrutinizer/g/webino/testing/develop.svg?style=for-the-badge)](https://scrutinizer-ci.com/g/webino/testing/?branch=develop "Develop Code Quality")
[![Latest Unstable Version](https://img.shields.io/github/tag-pre/webino/testing.svg?label=PREVIEW&style=for-the-badge)](https://packagist.org/packages/webino/testing "Packagist")

Static analysis:
```bash
composer analyse
```

Coding style check:
```bash
composer check
```

Coding style fix:
```bash
composer fix
```

Testing:
```bash
composer test
```

Git pre-commit setup:
```bash
ln -s ../../pre-commit .git/hooks/pre-commit
```

## Addendum

[![License](https://img.shields.io/packagist/l/webino/testing.svg?style=for-the-badge)](https://github.com/webino/testing/blob/master/LICENSE.md "BSD-3-Clause License")
[![Total Downloads](https://img.shields.io/packagist/dt/webino/testing.svg?style=for-the-badge)](https://packagist.org/packages/webino/testing "Packagist")
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/webino/testing.svg?style=for-the-badge)

Please, if you are interested in this library report any issues and don't hesitate to contribute.
We will appreciate any contributions on development of this library.

[![GitHub issues](https://img.shields.io/github/issues/webino/testing.svg?style=for-the-badge)](https://github.com/webino/testing/issues)
[![GitHub forks](https://img.shields.io/github/forks/webino/testing.svg?label=Fork&style=for-the-badge)](https://github.com/webino/testing)