mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-13 01:04:24 +08:00
Redirect Suite7 requests to Suite8 ClassicView routes for valid actions - Use Symfony kernel events - Use Symfony service configuration and DI for module mapping Add legacy redirection tests - Add acceptance test support -- Add config helper - Fix issue when running `codcept run` -- functional tests missing - Add functional tests for legacy routing - Add unit tests for legacy routing
16 lines
468 B
YAML
16 lines
468 B
YAML
# Codeception Test Suite Configuration
|
|
#
|
|
# Suite for acceptance tests.
|
|
# Perform tests in browser using the WebDriver or PhpBrowser.
|
|
# If you need both WebDriver and PHPBrowser tests - create a separate suite.
|
|
|
|
actor: AcceptanceTester
|
|
modules:
|
|
enabled:
|
|
- PhpBrowser:
|
|
url: http://localhost:8000
|
|
- \App\Tests\Helper\Acceptance
|
|
- \App\Tests\Helper\ConfigHelper:
|
|
login_username: admin
|
|
login_password: admin
|
|
|