chore: checkpoint workspace updates
This commit is contained in:
@@ -31,7 +31,7 @@ const std::array<EditorValidationScenario, 1>& GetEditorValidationScenarios() {
|
||||
"editor.shell.workspace_shell_compose",
|
||||
UIValidationDomain::Editor,
|
||||
"shell",
|
||||
"Editor 壳层 | 工作区组å<E2809E>?,
|
||||
"Editor Shell | Workspace Shell Compose",
|
||||
RepoRelative("tests/UI/Editor/manual_validation/shell/workspace_shell_compose/View.xcui"),
|
||||
RepoRelative("tests/UI/Editor/manual_validation/shell/workspace_shell_compose/captures")
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <AutoScreenshot.h>
|
||||
|
||||
namespace XCEngine::UI::Editor::Host {
|
||||
|
||||
using AutoScreenshotController =
|
||||
::XCEngine::Tests::CoreUI::Host::AutoScreenshotController;
|
||||
|
||||
} // namespace XCEngine::UI::Editor::Host
|
||||
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <NativeRenderer.h>
|
||||
|
||||
namespace XCEngine::UI::Editor::Host {
|
||||
|
||||
using NativeRenderer = ::XCEngine::Tests::CoreUI::Host::NativeRenderer;
|
||||
|
||||
} // namespace XCEngine::UI::Editor::Host
|
||||
Reference in New Issue
Block a user