Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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