• Stars
    star
    180
  • Rank 212,418 (Top 5 %)
  • Language
    PHP
  • Created over 6 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

📟 Default classes for Page object pattern in Behat

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