764 B
764 B
Godot Card Framework Testing
Create scenes or scripts to test Card Framework functionality.
Usage
/godot-test [test_type] [component]
Steps:
- Identify key features of the component to test
- Create test scene (.tscn) or script (.gd)
- Compare expected behavior with actual behavior
- Test edge cases and error conditions
- Document test results
Test Types:
- unit: Individual class/method testing
- integration: Inter-component interaction testing
- performance: Performance and memory usage testing
- visual: UI/animation behavior testing
- gameplay: Real gameplay scenario testing
Testable Components:
- Card drag-and-drop
- CardContainer add/remove
- Hand reordering
- Pile stacking
- Factory card creation
- History undo/redo