With #1467 we know we can run acceptance tests of generated clients - it already works.
Now we need a dedicated GitHub Action workflow that will integrate these tests with the PR review process, like we have normal unit testing automation, or complex test-project testing.
What has to be done:
With #1467 we know we can run acceptance tests of generated clients - it already works.
Now we need a dedicated GitHub Action workflow that will integrate these tests with the PR review process, like we have normal unit testing automation, or complex test-project testing.
What has to be done:
packages/templates/clients/websocket/test/microcks-setup/microcks-podman.yml(something like https://github.com/asyncapi/generator/blob/master/.github/workflows/pr-testing-with-test-project.yml)packages/templates/clients/websocket/python/test/temp/snapshotTestResultandpackages/templates/clients/websocket/javascript/test/temp/snapshotTestResult, so workflow must assure it has access to generated clients (probably run tests that generate these clients)