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

[TESTING] Store the current version of the most recent release in a file, for e2e tests #152

Open
3 tasks
aepfli opened this issue Nov 22, 2024 · 0 comments
Open
3 tasks
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@aepfli
Copy link
Member

aepfli commented Nov 22, 2024

All our tests maintain the version for their docker images to be used independently via test containers. However, this repo is integrated as a submodule to fetch gherkin files.

We can use this submodule to provide a version file, which all of our SDKs can load to start the currently appropriate testbed docker image.

Goal

  • implemented a version file that is automatically updated via release-please action
  • chose a format which can be easily used by many languages eg. yaml
  • document the file and the purpose within the readme
@aepfli aepfli added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Nov 22, 2024
@aepfli aepfli changed the title [TESTING] Store the current version of the most recent release in a yaml file, for e2e tests [TESTING] Store the current version of the most recent release in a file, for e2e tests Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant