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

feat: optimise run time for integration tests #390

Open
wants to merge 43 commits into
base: main
Choose a base branch
from

Conversation

viraj124
Copy link
Contributor

@viraj124 viraj124 commented Feb 5, 2025

@viraj124 viraj124 requested a review from a team as a code owner February 5, 2025 16:53
@@ -22,9 +22,13 @@ describe('Proxy', async function () {

before(async () => {
// spinning up all docker containers
containers = await startContainers(false);
containers = await startContainers(false, 5050, 4545, 6232);
Copy link
Member

Choose a reason for hiding this comment

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

Many magic numbers, please name them and use them accordingly

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sorry this is still in progress I referred the wrong issue

@viraj124 viraj124 marked this pull request as draft February 13, 2025 10:05
Base automatically changed from viraj124/382-feat-testcontainers-integration to main February 14, 2025 12:24
@viraj124 viraj124 marked this pull request as ready for review February 20, 2025 08:29
@viraj124 viraj124 changed the title feat: run integration tests in parallel feat: optimise run time for integration tests Feb 20, 2025
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.

feat: optimise run time for integration tests
2 participants