OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)

This commit is contained in:
wangruiguo
2026-09-03 18:49:20 +08:00
commit d647428529
3501 changed files with 1988906 additions and 0 deletions

View 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