Skip to content

Commit

Permalink
Mention sensiolabs/BehatPageObjectExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Jul 4, 2018
1 parent 922ce0a commit a91db04
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ Provides default classes for Page object pattern in Behat.

### 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).
`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 [URBANARA CatalogPromotion plugin](https://github.com/URBANARA/UrbanaraCatalogPromotionPlugin/tree/master/tests/Behat/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

0 comments on commit a91db04

Please sign in to comment.