9d3b84517a
* Compatible with PHP 8.1 and Codeception 5 * Add PHP 8.1 to workflow * PHP 7.4 as a minimum * Updated dependencies Co-authored-by: Luke English <luke.english@ec2i.biz>
11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
actor: AcceptanceTester
|
|
modules:
|
|
enabled:
|
|
- WebDriver:
|
|
url: http://127.0.0.1:8080/
|
|
browser: firefox
|
|
- Yii2:
|
|
part: orm
|
|
entryScript: index-test.php
|
|
cleanup: false
|