MQTT Source conector - Not able to run the E2Es as per the ReadMe.md provided

I have cloned the project stream-reactor
I am trying to run the e2e test for project ‘mqtt’ by following https://github.com/lensesio/stream-reactor/tree/master?tab=readme-ov-file. But it is giving me an error as follows:

[info] set current project to stream-reactor (in build file:/Users/thajinu/Documents/GitHub/stream-reactor/)
[error] No such setting/task
[error] e2e:test
[error]         ^

I have built the artifact initially by using the command

sbt "project mqtt" assembly

Could you please help us on running the e2es?

Hi @thajinu ,

Indeed the readme are not in sync. What you need to run is

sbt "project $PROject_NAME" it:test

This is what the github actions are configured to run on our end when a PR is raised. See here for details