Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nani-samireddy opened this issue Jun 26, 2024 · 0 comments
Open

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

nani-samireddy opened this issue Jun 26, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@nani-samireddy
Copy link
Member

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.
@nani-samireddy nani-samireddy added the documentation Improvements or additions to documentation label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants