David Becvarik
David Becvarik
Test runs are logging containers output to target/test/output dir. We should disable it and put output to junit results only.
We should commit all collected tests to dist-git. This enables us to run tests in OSBS in reproducible way. This also means `cekit test` command probably should not run generate...
In current conreate, if we have sequence nodes of plain values like: ``` yaml run: cmd: - "foo" - "bar" ``` and any module which define this `cmd` key too,...
Same as we support different build engines we should be plug-able too. We should even enable to inject custom test executors by community. first idea is that to run for...