Answer the question
In order to leave comments, you need to log in
How to make Bitrix and codeception friends?
installed according to the codeception.com/quickstart
instructions, the
tests are launched, but the first acceptance test Welcome from the example does not pass (fail).
test code:
<?php
$I = new WebGuy($scenario);
$I->wantTo('perform actions and see result');
$I->amOnPage('/');
$I->see('ВОЙТИ НА САЙТ');
class_name: WebGuy
modules:
enabled:
- PhpBrowser
- WebHelper
config:
PhpBrowser:
url: 'http://localhost/'
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question