Add CI pipeline using test-framework-template#3
Merged
dogkeeper886 merged 2 commits intotestlink_1_9_20_fixedfrom Apr 9, 2026
Merged
Add CI pipeline using test-framework-template#3dogkeeper886 merged 2 commits intotestlink_1_9_20_fixedfrom
dogkeeper886 merged 2 commits intotestlink_1_9_20_fixedfrom
Conversation
Install YAML-driven test framework with 7 test cases across 3 suites: - Build: PHP lint (via Docker), Docker image build, composer validation - Integration: container startup, XML-RPC ping, API auth verification - E2E: full CRUD workflow (create project/suite/case, verify, teardown) Includes CI Docker Compose (PostgreSQL + TestLink), DB init script, and GitHub Actions workflows triggered on PRs and pushes. Closes #2 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Owner
Author
Self-review: Changes requestedChecklist
Issues
RecommendationFix the double-startup issue, then re-push and check CI. If the CI runner environment is fundamentally different (e.g. Docker Compose build context), may need to adjust |
Test cases manage their own lifecycle (TC-INTEGRATION-001 starts, TC-E2E-001 tears down), so the workflow should not duplicate this. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cicd/with 7 YAML-driven test cases across 3 suites (build, integration, e2e)test-pipeline.yml,test-suite.yml) triggered on PRs and pushesci-up.sh,ci-down.sh)Test Cases
Test plan
--no-llm(simple judge)Closes #2
🤖 Generated with Claude Code