Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 955 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 955 Bytes

PageObjectExtension

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 and inspired by sensiolabs/BehatPageObjectExtension

Element

Element represents part of the page. This concept is extracted from SyliusAdminOrderCreation.

SymfonyPage

SymfonyPage is an extension of Page class for better and more straightforward Symfony application support. This concept is also extracted from Sylius Behat system

Installation

composer require friends-of-behat/page-object-extension --dev