Hello,
I didn't wanted to create a separate thread as you already discuss here about sample projects, but I feel the need to address this here.
Why there's no sample project around Screenplay + Cucumber, beside the
https://github.com/serenity-bdd/screenplay-pattern-todomvcBecause, I find hard to understand that sample project as is mixed with Page-Objects, junit ...
Can we have an mvn archetype for Screenplay with Cucumber-JVM as we have with junit ?
Also, there's an issue in the serenity.properties with the sample project specified above, when I define for iexplorer the capabilities
serenity.driver.capabilities=ENABLE_PERSISTENT_HOVERING:true;ENSURING_CLEAN_SESSION:true
values are not taken into account, everytime I run the test the items add-up and ofcourse the tests fail, which is ok, but why there's no support for iexplorer in serenity.properties to declare preferences and args like for chrome (i.e.
https://johnfergusonsmart.com/configuring-chromedriver-easily-with-serenity-bdd/ )
I don't want to initiate another call to the webdriver in a custom class to set this capabilities.
So, any hints to this issues and the sample project?
Thanks.