mirror of
https://github.com/johndoe6345789/BlockWar.git
synced 2026-04-24 13:45:04 +00:00
Use placeholders in quick start guide for better maintainability
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
@@ -1342,7 +1342,7 @@ class TestMapGeneration(unittest.TestCase):
|
||||
**Development Environment Setup:**
|
||||
```bash
|
||||
# Clone repository
|
||||
git clone https://github.com/yourorg/BlockWar.git
|
||||
git clone <repository-url>
|
||||
cd BlockWar
|
||||
|
||||
# Install Python dependencies
|
||||
@@ -1356,7 +1356,7 @@ pytest tests/unit/ -v
|
||||
python scripts/generate_all_content.py
|
||||
|
||||
# Run UE5 automation tests (requires UE5 editor)
|
||||
UnrealEditor.exe BlockWar.uproject -ExecCmds="Automation RunTests;Quit"
|
||||
UnrealEditor.exe <project-name>.uproject -ExecCmds="Automation RunTests;Quit"
|
||||
```
|
||||
|
||||
**Running Tests in CI/CD:**
|
||||
|
||||
Reference in New Issue
Block a user