8000 Standardize the `README` format by TavoNiievez · Pull Request #10 · Codeception/module-phpbrowser · GitHub
[go: up one dir, main page]

Skip to content

Standardize the README format #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
# PhpBrowser
# Codeception Module PhpBrowser

Codeception module for testing web application over HTTP
A Codeception module for testing web application over HTTP.

![Build Status](https://github.com/Codeception/module-phpbrowser/workflows/CI/badge.svg)
[![Actions Status](https://github.com/Codeception/module-phpbrowser/workflows/CI/badge.svg)](https://github.com/Codeception/module-phpbrowser/actions)
[![Latest Stable Version](https://poser.pugx.org/codeception/module-phpbrowser/v/stable)](https://github.com/Codeception/module-phpbrowser/releases)
[![Total Downloads](https://poser.pugx.org/codeception/module-phpbrowser/downloads)](https://packagist.org/packages/codeception/module-phpbrowser)
[![License](https://poser.pugx.org/codeception/module-phpbrowser/license)](/LICENSE)

## Installation

```
composer require --dev "codeception/module-phpbrowser"
composer require "codeception/module-phpbrowser" --dev
```

## Documentation

<a href="https://codeception.com/docs/modules/PhpBrowser">Module documentation</a>
See [the module documentation](https://codeception.com/docs/modules/PhpBrowser).

## License

`Codeception Module PhpBrowser` is open-sourced software licensed under the [MIT](/LICENSE) License.

© Codeception PHP Testing Framework
0