Inithron
Inithron
In chapter [3.3.2. Namespaced mode](https://citrusframework.org/yaks/reference/html/index.html#installation-namespaced-mode) is a link to the chapter [temporary namespaces](https://citrusframework.org/yaks/reference/html/index.html#temporary-namespaces) which does not exist.
I have downloaded and executed the [extension example](https://github.com/citrusframework/yaks/tree/main/examples/extension) but I got following error message: `Error: error while creating deployment for source code: exit status 1` I tried it also with...
If the yaks-config.yaml contains only one repository: ``` repositories: - id: "anyId" url: "https://path-to-the-repository" ``` Then the following exception is thrown: ``` 14:12:02 + yaks run TollDeclaration.feature --settings yaks-config.yaml 14:12:02...
We are using Artifactory to up- and download our build artefacts / dependencies. The Artifactory is only accessible via HTTPS and uses self signed certificates. When I try to download...
Hi, Is there a possibility to use the Cucumber Json Plugin together with YAKS? I have tried following cases in the yaks-config.yaml: 1. ``` config: runtime: cucumber: plugin: - "pretty"...
### Description The MongoDB client extension provides the possibility to [start a MongoDB container when running tests or in dev mod](https://quarkus.io/guides/mongodb#dev-services). It would be great it the extension would also...
Hi, I have two proposals of simplifying the usage of this tool: 1. Provide a container image containing the frontend, jsonnet and grafonnet. With this approach the frontend would run...
### Issue Description We have several components with unit tests which needs a (Kafka) container for execution. When we execute the unit tests for the components sequentially, every thing is...
### Describe the bug When a HTTP request without the header "Host" or with an invalid host is sent to a Quarkus application wich uses the REST extension, following error...
Hi, When I change inside a plantuml diagram the theme with `!theme spacelab`, I can see it in the internal and external preview. But how can I change the the...