15:15:39.536 [Test worker] INFO i.c.core.plugin.SerenityReporter - Running feature from file:///D:/serenity-cucumber-starter/src/test/resources/features/search/search_by_keyword.feature
15:15:39.536 [Test worker] WARN i.c.core.plugin.SerenityReporter - Feature from file:///D:/serenity-cucumber-starter/src/test/resources/features/search/search_by_keyword.feature is not under the 'features' directory. Requirements report will not be correctly generated!
This happens on Windows using the vanilla serenity-cucumber-starter project.
In SerenityReporter the following code checks for the existence of \features\ in the URI ....
The usage of File.separatorChar is incorrect as the URI will always contain a forward slash.
This happens on Windows using the vanilla serenity-cucumber-starter project.
In SerenityReporter the following code checks for the existence of \features\ in the URI .... The usage of File.separatorChar is incorrect as the URI will always contain a forward slash.
Command used to run the build: