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

Fix failing tests for new contributors #1014

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Chiemezuo
Copy link

@Chiemezuo Chiemezuo commented Dec 11, 2023

Fixes #1018

Summary

This PR provides steps in the README.md to resolve the issue of already-existing tests failing because of an autogenerated faulty rabbitMQ configuration.
It also adds dependency managers to the backend .gitignore file, because the package.json, package-lock.json, Pipfile, and Pipfile.lock are autogenerated as well.

Screenshots

A screenshot of the tests now passing after following the guide:

image

A screenshot that shows a successful login to the localhost:15672
image

A screenshot of the rabbitmq docker logs:
image

zubhub_backend/.gitignore Show resolved Hide resolved
zubhub_backend/.gitignore Show resolved Hide resolved
README.md Show resolved Hide resolved
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.

Failing Backend Tests after First-time Installation
2 participants