Skip to content

Update CI/CD Pipeline and Push Shihab API Testing - #8

Merged
shihab3point14 merged 6 commits into
mainfrom
devs
Aug 9, 2026
Merged

Update CI/CD Pipeline and Push Shihab API Testing#8
shihab3point14 merged 6 commits into
mainfrom
devs

Conversation

@shihab3point14

Copy link
Copy Markdown
Member

No description provided.

…Release-> merge all the devs update and run CI and check API Testing, Main-> run CI and CD. . and Upload Shihab API Testing File
Copilot AI lite review requested due to automatic review settings August 9, 2026 06:41

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR integrates Postman/Newman API testing into the main GitHub Actions CI/CD workflow and adds a new Postman collection (“Shihab’s 50 API Tests”) to be executed as part of the pipeline, while removing the now-redundant standalone API test workflow.

Changes:

  • Added a new Postman collection: collections/api_testing_shihab.json.
  • Updated .github/workflows/ci-cd.yml to introduce a test job (Newman) and gate deploy on it.
  • Removed the separate .github/workflows/api-tests.yml workflow in favor of the consolidated pipeline.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
collections/api_testing_shihab.json Adds a new Postman collection intended to be executed by CI via Newman.
.github/workflows/ci-cd.yml Consolidates API testing and deployment into a single workflow with job dependencies.
.github/workflows/api-tests.yml Removes the standalone API test workflow after consolidation into ci-cd.yml.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines 3 to +5
on:
push:
branches: [ "main" ]
branches: [ "main", "release", "devs" ]
Comment on lines +40 to +42
"pm.test(\"Response time is less than 1000ms\", function () {",
" pm.expect(pm.response.responseTime).to.be.below(1000);",
"});",
Comment on lines +32 to +36
"event": [
{
"listen": "test",
"script": {
"exec": [
Comment on lines +20 to +21
- name: Install Newman
run: npm install -g newman
@shihab3point14
shihab3point14 merged commit 58300b4 into main Aug 9, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants