friends-of-behat/page-object-extension

Provides default classes for Page object pattern in Behat

v0.3.2 2020-11-05 20:37 UTC

This package is auto-updated.

Last update: 2024-04-06 04:03:34 UTC


README

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