Skip to content

adityagajbhiye9/tractus-x-umbrella

 
 

Repository files navigation

Eclipse Tractus-X Umbrella

This repository is the homebase for all end-to-end test automation efforts at Eclipse Tractus-X. It contains an umbrella helm chart to deploy a sandbox Catena-X dataspace based on the Tractus-X OSS components, as well as automated tests and workflows to verify the e2e use cases and the compatibility of the OSS components and versions.

Umbrella Helm Chart

For details and further information, please refer to the helm chart specific README.

Testing GitHub workflows locally

If you want to try out your new or improved GitHub workflow locally, before pushing, you can try to use act. Follow the official installation instructions for your OS/package manager to set it up on your machine.

There is also plenty of documentation on how to use act and simulate events, that would trigger workflow runs on GitHub. Some workflows might run into issues, when running them locally. This might be caused by missing values for ${{ github.event }} references. To fix this, you can provide your own event as .json file. There are already examples present in the /.act directory.

An local example run via act could look like the following: act -e .act/pr_event.json pull_request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 52.1%
  • Smarty 25.6%
  • Java 11.2%
  • Dockerfile 5.6%
  • Shell 5.5%