I am trying to run a serenity test locally via browserstack. I have downloaded the following test repo: https://github.com/browserstack/serenity-browserstack
replaced my browserstack credentials and run the following command mvn clean verify -P local.
I am using the browserstack chrome extension on my mac but whenever i use the command nothing happens, there is no activity on the remote browser screen.
And when looking in browserstack Automate tab i see that a test has been run but the local is false...
what am i doing wrong?