Skip to content

Commit

Permalink
Merge pull request #1 from Zales0123/readme-improvements
Browse files Browse the repository at this point in the history
Mention source of classes and add more authors
  • Loading branch information
lchrusciel authored Jul 4, 2018
2 parents ccd9231 + a91db04 commit 9dfdda8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# PageObjectExtension

Provides default classes for Page object pattern in Behat:
Provides default classes for Page object pattern in Behat.

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

`Page` represents specific page on web, API etc.
This concept is extracted from [Sylius Behat system](https://github.com/Sylius/Sylius/tree/master/src/Sylius/Behat/Page) and
inspired by [sensiolabs/BehatPageObjectExtension](https://github.com/sensiolabs/BehatPageObjectExtension/tree/master/src/PageObject)

### Element

`Element` represents part of the page. This concept is extracted from [SyliusAdminOrderCreation](https://github.com/Sylius/AdminOrderCreationPlugin/blob/master/tests/Behat/Element/Element.php).

## Installation

Expand Down
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Łukasz Chruściel",
"email": "[email protected]"
},
{
"name": "Kamil Kokot",
"email": "[email protected]",
"homepage": "http://kamil.kokot.me"
},
{
"name": "Mateusz Zalewski",
"email": "[email protected]",
Expand Down

0 comments on commit 9dfdda8

Please sign in to comment.