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

ISSUE-10 - Allow host machine to run tests #15

Merged
merged 6 commits into from
Mar 26, 2025

Conversation

AdonisCodes
Copy link

@AdonisCodes AdonisCodes commented Mar 24, 2025

Reason

Currently one must run all the tests via docker-compose in order to see if their changes don't affect the current suite of tests. The majority of the time a dev only wants to run a single test, or a small subset of tests to see if their changes affected what they want. This speeds up development.

This PR closes #10

Tech Details List

  • edits docker-compose to use host network
  • edits base tests to also use localhost:4444
  • edits documentation to showcase dev env usage

ISSUE-10

Testing

Steps:

  1. Run required commands to test all the modified code.
docker compose up selenium httpd -d
swift test

Output:

  • Ensure tests run on your host machine

Testing QA

Test this in Xcode / Vscode to see if a singular test run passes by running a single suite / test

Review Checklist

  • Properly Typed All Symbols
  • Updated All documentation that the code touched
  • Testing Fresh Deployment works with a singular command
  • Tests cover all discovered edge cases
  • Handles all errors gracefully, ensuring unexpected errors are tracked & monitored
  • Code Structure Correctness
  • Cleanup of temporary/noise/testing files
  • Load Testing: Ensure the code handles expected traffic efficiently

- edits docker-compose to use host network
- edits base tests to also use localhost:4444
- edits documentation to showcase dev env usage
@AdonisCodes AdonisCodes linked an issue Mar 24, 2025 that may be closed by this pull request
@vimscientist69
Copy link

@AdonisCodes, do you think it would be a good idea to have a reviewer checklist on each PR template? This way, we can ensure that all PRs are reviewed properly. If so, can you create an issue on the .github repository for that? Thanks.

Copy link

@vimscientist69 vimscientist69 left a comment

Choose a reason for hiding this comment

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

It looks good overall. Feel free to merge once replying to the one comment I left earlier. Good job.

@AdonisCodes
Copy link
Author

@AdonisCodes, do you think it would be a good idea to have a reviewer checklist on each PR template? This way, we can ensure that all PRs are reviewed properly. If so, can you create an issue on the .github repository for that? Thanks.

Yes. We can have the PR template be updated to include Asignee Checklist and Reviewer Checklist sections int he template.

@AutomaStub AutomaStub merged commit f7c5a7b into master Mar 26, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow host machine to run tests as well
3 participants