-
Enhancement
-
Resolution: Done
-
Major
-
Kogito Tooling 0.31.0
-
None
Summary
Now it is only possible to run all integration tests or none of them. It would be helpful to be able to run separate `kn-workflow` tests and `kn-workflow quarkus` tests.
Also, running integration tests is not aligned with other packages. `kn-workflow` currently uses `pnpm test` for all the tests, while other uses `pnpm test:it`.
Running tests while printing logs is currently done by changing a property value in the code. It is better to have a flag for `go test` that would allow running tests with logs.
AC
Suggested changes are implemented and tests continue to work correctly.