How to create a test case for a job instead of a single component?
Is it possible to create a test case for a specific job instead of only a component in it?
This is useful sometimes when you want to create some automation tests for the job level but the component level.
Seems now we can only create test case for a component of a job, and when I try to create a standard job and use it as a test case, I don't know how to integrate it into the CI/CD automation test process because it can't be recognized as a test by the Talend tools chain.
Any suggestion about how should I implement the job level tests?