test

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Run Tests

运行测试

Execute the test suite:
执行测试套件:

Unit Tests

单元测试

bash
{{UNIT_TEST_COMMAND}}
bash
{{UNIT_TEST_COMMAND}}

Integration Tests (if applicable)

集成测试(如适用)

bash
{{INTEGRATION_TEST_COMMAND}}
bash
{{INTEGRATION_TEST_COMMAND}}

E2E Tests (if applicable)

E2E测试(如适用)

bash
{{E2E_TEST_COMMAND}}
bash
{{E2E_TEST_COMMAND}}

Output Format

输出格式

  • Show passed/failed/skipped counts
  • For failures, show test name, assertion, and file location
  • Suggest fixes for common failure patterns
  • 显示通过/失败/跳过的测试数量
  • 对于失败的测试,显示测试名称、断言和文件位置
  • 针对常见失败模式给出修复建议