backend-infra-engineer: Release v0.3.2 snapshot
This commit is contained in:
18
test/e2e/dungeon_editor_smoke_test.h
Normal file
18
test/e2e/dungeon_editor_smoke_test.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef YAZE_TEST_E2E_DUNGEON_EDITOR_SMOKE_TEST_H
|
||||
#define YAZE_TEST_E2E_DUNGEON_EDITOR_SMOKE_TEST_H
|
||||
|
||||
#include "imgui_test_engine/imgui_te_context.h"
|
||||
|
||||
/**
|
||||
* @brief Quick smoke test for DungeonEditorV2 card-based UI
|
||||
*
|
||||
* Tests basic functionality:
|
||||
* - Opening dungeon editor
|
||||
* - Opening independent cards (Rooms, Matrix, Objects, etc.)
|
||||
* - Opening room cards
|
||||
* - Basic interaction with canvas
|
||||
*/
|
||||
void E2ETest_DungeonEditorV2SmokeTest(ImGuiTestContext* ctx);
|
||||
|
||||
#endif // YAZE_TEST_E2E_DUNGEON_EDITOR_SMOKE_TEST_H
|
||||
|
||||
Reference in New Issue
Block a user