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.
