Sometimes we face issue in serenity bdd like all the tests are run but there is empty serenity report generated.
like below:
Although there can be multiple of reasons but for me it was because of tags in runner file.
I was giving multiple comma seperated tags like below..
which was causing problem since cucumber stopped this way in its latest release.
So when I gave just one tag , report generated fine..
like below:
Although there can be multiple of reasons but for me it was because of tags in runner file.
I was giving multiple comma seperated tags like below..
which was causing problem since cucumber stopped this way in its latest release.
So when I gave just one tag , report generated fine..
No comments:
Post a Comment