Codeception, write acceptance tests with the pageObject design pattern and gherkin
I'm looking for a simple example of code with the pageObject design pattern and gherkin because when I follow the codeception BDD documentation , all examples written in the tests/ support/AcceptanceTester.php. I don't understand (poor english skills - -) how not concentrate all code in the AcceptanceTester.php file. By example, I have a sample home page with two buttons A and B. If the user click on the button A, the page A is loaded else if the user click on button B, the page B is loaded. Currently, my AcceptanceTester : <?php // tests/_support/AcceptanceTester.php /** * Inherited Methods *