Skip to content

Release Remove Taskif and Rohan JSON File - #10

Merged
shihab3point14 merged 8 commits into
mainfrom
release
Aug 9, 2026
Merged

Release Remove Taskif and Rohan JSON File#10
shihab3point14 merged 8 commits into
mainfrom
release

Conversation

@shihab3point14

Copy link
Copy Markdown
Member

No description provided.

Copilot AI lite review requested due to automatic review settings August 9, 2026 08:31
@shihab3point14
shihab3point14 merged commit c6864b1 into main Aug 9, 2026
3 checks passed

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 pull request introduces two Postman collection JSON files intended for API testing, but the PR title suggests these files should be removed—so the change intent needs clarification.

Changes:

  • Added a Postman collection for FakeStore API authentication/products/carts/users requests (api-testing-taskif.json).
  • Added a larger Postman collection covering multiple public APIs and mock endpoints (api-testing-rohan.json).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
api-testing-taskif.json Adds a FakeStore-focused Postman collection with auth + CRUD-style requests and tests.
api-testing-rohan.json Adds a multi-API Postman collection with assorted requests and assertions (includes a JSON structure issue).
Suppressed comments (1)

api-testing-taskif.json:47

  • Hardcoded credentials are committed in this Postman collection. Even if these are demo accounts, it's safer to avoid storing usernames/passwords in-repo and require users to supply them via environment/collection variables.
              "raw": "{\n    \"username\": \"mor_2314\",\n    \"password\": \"83r5^_\"\n}",

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

Comment thread api-testing-taskif.json
Comment on lines +74 to +76
"pm.test(\"Status code is 200\", function () {",
" pm.response.to.have.status(200);",
"});"
Comment thread api-testing-taskif.json
@@ -0,0 +1,1240 @@
{
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