Skip to content

Setup Bruno and Add sudo-user Routes to Bruno in the API #9

@nani-samireddy

Description

@nani-samireddy

Overview

We need to set up the Bruno API testing tool and add the existing superadmin routes to Bruno for easier testing and verification. This will help ensure that our superadmin functionalities are properly tested and maintained.

Tasks

  1. Setup Bruno:

    • Install Bruno API testing tool.
    • Create a bruno collection in our project root folder
  2. Add sudo-user Routes to Bruno Collection:

    • Add all the routes mentioned in the issue sudo-users
  3. Verify Bruno Setup:

    • Ensure all routes are correctly added and accessible in Bruno.
    • Test each route in Bruno to confirm they work as expected.

Steps to Follow Before Starting the Work:

  1. Clone the repository:
    git clone [email protected]:The-Software-Squad/mvep-api.git
  2. If you already have the repository, checkout to the dev branch:
    git checkout dev
  3. Pull the latest changes:
    git pull origin dev
  4. Create a new branch for this feature:
    git checkout -b feature/setup-bruno

Instructions to Raise a Pull Request:

  1. Once all tasks are completed and the code is thoroughly tested, Push your branch to the remote repository:
    git push origin feature/setup-bruno
  2. Go to the repository on GitHub and create a new Pull Request against the dev branch.
  3. Provide a descriptive title and summary for your PR, and request a review from your team members.
  4. Ensure all checks pass and address any feedback given during the review process.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions