Проблема (Вопрос) заключается в невозможности установки Java - Selenuim на сервере
Я попытался сделать через GitHub - Codeception/c3: Remote CodeCoverage for Codeception. Part of Codeception testing framework.
У меня не получилось ничего…
Код
codeception.yml
coverage:
enabled: true
remote: true
c3_url: ‘https://1.1.1.1/index.php’
include:
- var/*
exclude:
- var/cache/*
in the file:
$I->openFile(‘/path/to/file.txt’);
$I->seeInThisFile(‘some text’);
открывает локальный файл, а не https://1.1.1.1/path/to/file.txt
как я понимаю, что где то что то недотастроил…
спасибо