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?