Acceptance tests for both python and javascript are failing because of outdated paths and imports in the codebase. Start all the test containers with command podman compose -f ./microcks-setup/microcks-podman.yml --profile tests up -d and then run below commands.
- Run command
podman logs websocket-acceptance-tester-js it will show module not found screenshot attached for ref.

- Run command
podman logs websocket-acceptance-tester-py it will show can't cd to packages/templates/clients/websocket/python/test/temp/snapshotTestResult screenshot for ref.

Acceptance tests for both python and javascript are failing because of outdated paths and imports in the codebase. Start all the test containers with command
podman compose -f ./microcks-setup/microcks-podman.yml --profile tests up -dand then run below commands.podman logs websocket-acceptance-tester-jsit will show module not found screenshot attached for ref.podman logs websocket-acceptance-tester-pyit will show can't cd topackages/templates/clients/websocket/python/test/temp/snapshotTestResultscreenshot for ref.