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

docs: add additional info for running business tests locally #146

Conversation

wolf4ood
Copy link
Contributor

This PR adds additional info to the guide for running Business Tests locally.

It mainly adds:

  • --dependency-update on helm install (otherwise the first time fails)
  • Example of port mapping to env variables

@wolf4ood wolf4ood marked this pull request as ready for review March 24, 2023 16:36
@wolf4ood wolf4ood added the documentation Improvements or additions to documentation label Mar 24, 2023
@wolf4ood wolf4ood self-assigned this Mar 24, 2023
```shell
business-tests/plato-controlplane - data: 30955(8081) -> PLATO_DATA_MANAGEMENT_URL=http://localhost:30955/data;
business-tests/sokrates-controlplane - data: 30538(8081) -> SOKRATES_DATA_MANAGEMENT_URL=http://localhost:30538/data;
business-tests/backend - backend: 30556(8081) -> SOKRATES_BACKEND_SERVICE_BACKEND_API_URL= http://localhost:30556
Copy link
Contributor

Choose a reason for hiding this comment

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

another idea could be to prepare a template .env file, where people need only fill in some ports, and can then use it in the intelliJ run config

@wolf4ood wolf4ood force-pushed the docs/business_tests_additional_info branch from 0170ed2 to 3973709 Compare March 28, 2023 08:48
@wolf4ood wolf4ood force-pushed the docs/business_tests_additional_info branch from 3973709 to b46b310 Compare March 28, 2023 08:54
@SebastianBezold SebastianBezold merged commit 34967f7 into eclipse-tractusx:develop Mar 28, 2023
paullatzelsperger pushed a commit to paullatzelsperger/tractusx-edc that referenced this pull request May 4, 2023
…_tests_additional_info

docs: add additional info for running business tests locally
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

Successfully merging this pull request may close these issues.

5 participants