Hi All
I have enabled the plugin ‘retryFailedStep’ in my config file. Since this is not enabled by default, I get that we need to pass it as a parameter while running the tests eg:
npx codeceptjs run --plugins retryFailedStep
But I use docker-compose to run the tests on Jenkins and simply use the command
docker-compose up
to run it on Jenkins. Since the plugin is not enabled by default, how can I call it? What other configuration is needed? Can someone help me here?