Christoph Deppisch
Christoph Deppisch
Awesome! Any help is much appreciated!
Thanks! So do I get this right that with your new step users should be able to provide an expected table content and the step automatically compares/verifies each row and...
See #182
Most of the example are run in CI already. There are some examples excluded though. Need to analyze why this exclusion is done.
You should install the YAKS operator and add the test in form of custom resource to let the operator create the YAKS runtime and run the test for you. You...
Yes, you can add the test using a simple Kubernetes template Here is a sample one with embedded test feature: ```yaml apiVersion: yaks.citrusframework.org/v1alpha1 kind: Test metadata: name: example-test spec: source:...
So just to answer to your previous approach by directly using the Docker image and mounting the test resource. You do not have to run YAKS CLI inside the Docker...
I think the path to the `steps` directory must be relative to the directory where yaks CLI tool is executed. AFAIK it can not be a relative path to the...
yes could be the OS. @nicolaferraro can you say something regarding OS support for Snap/Minio?