test: update smoke and regression suites for dual-renderer paths

Offscreen harnesses now resize+show before load, use per-instance webengine profile dirs and explicit exit codes; compaction and bash stream suites follow the renamed internals.
This commit is contained in:
2026-09-17 16:40:06 +08:00
parent 0a62877cde
commit acbf73f2c3
10 changed files with 916 additions and 213 deletions
+4
View File
@@ -10,6 +10,10 @@ import sys
sys.path.insert(0, os.path.join(os.path.dirname(__file__), ".."))
# P0-01provider 用例经统一配置入口读取临时配置(测试 provider),不碰真实 data/config.json
from tests._test_env import isolate # noqa: E402
isolate("agentcore")
import pytest
from core.agent import (Agent, AgentConfig, AgentError, ModelConfig, RetryConfig)