OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
35
tests/Acceptance.suite.yml
Normal file
35
tests/Acceptance.suite.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
# 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
|
||||
bootstrap: bootstrap.php
|
||||
modules:
|
||||
enabled:
|
||||
- \Tests\Support\Helper\Acceptance
|
||||
- REST:
|
||||
url: 'https://leantime-dev'
|
||||
depends: PhpBrowser
|
||||
- WebDriver:
|
||||
url: 'https://leantime-dev'
|
||||
host: selenium
|
||||
browser: chrome
|
||||
wait: 20
|
||||
log_js_errors: true
|
||||
window_size: "2560x1440"
|
||||
capabilities:
|
||||
acceptInsecureCerts: true
|
||||
goog:chromeOptions:
|
||||
args: [ "--headless" ]
|
||||
- Db:
|
||||
dsn: "mysql:host=leantime-db;port=3306;dbname=leantime_test"
|
||||
user: root
|
||||
password: leantime
|
||||
populate: true
|
||||
cleanup: true
|
||||
|
||||
step_decorators:
|
||||
- Codeception\Step\ConditionalAssertion
|
||||
- Codeception\Step\TryTo
|
||||
- Codeception\Step\Retry
|
||||
Reference in New Issue
Block a user