Skip to content

Commit

Permalink
README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Jul 3, 2018
1 parent 5e8756d commit ccd9231
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# PageObjectExtension

Provides default classes for Page object pattern in Behat:

* `Page` - represents specific page on web, API etc.
* `Element` - represents part of the page

## Installation

```bash
composer require friends-of-behat/page-object-extension --dev
```
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"name": "friends-of-behat/page-object-extension",
"description": "Provides default classes for Page object pattern in Behat",
"type": "library",
"license": "MIT",,
"license": "MIT",
"authors": [
{
"name": "Mateusz Zalewski",
"email": "[email protected]"
"email": "[email protected]",
"homepage": "http://mpzalewski.com.pl"
}
],
"require": {
Expand Down

0 comments on commit ccd9231

Please sign in to comment.