-
I use serenity-bdd with cucumber4 to generate the cucumber report and I can't run it ... maybe is a problem of version, I didn't found any solution with google ...
I add my errors messages :
```
…
-
In Screenplay Breakdown, when I remove an element from the scene via the right Elements panel, the element is not removed. It only gets removed when I remove the element via the left Elements panel.
…
-
Hopefully someone has already solved this.
I'm trying to get a Serenity Cucumber project running using Junit5.
Issue is two fold, when using `mvn clean verify` it doesn't seem to find any tests…
-
I love screenplay. It's the only free app that supports steam workshop and there are almost no flaws.
The problem is the wallpaper only shows on one of the desktops and not on all desktops.
Is…
-
Fountain is a markup language based on Markdown, but customized for screenwriting. Would it be possible to add this as a doctype? A lot of screenwriters are moving to it. Thanks!
http://fountain.io/s…
-
Example:
```
import static net.serenitybdd.screenplay.questions.AggregateQuestions.theTotalNumberOf;
...
then(theActorInTheSpotlight()).should(
seeThat(theTotalNumberOf(r…
-
It seems it's currently downloading some randomize show/movie poster at startup which it adds a noticeable lag. And being the main menu I don't see the use personally.
In fact, I would personally pr…
-
Add more configuration in `serenity.properties`
```
test.retry.count = 2
```
or
Add `2` into the `maven-failsafe-plugin` with version is `3.0.0-M3` (suggestion)
```
maven-failsafe-plugi…
-
**Version**: AppImage version from the site.
**OS**: Arch linux
**Settings**: Default settings
![2024-05-06-234002_2560x1600_scrot](https://github.com/story-apps/starc/assets/1178208/75b76d81-2e9…
-
```
public class TheOutboundJourneySummary {
public static Question origin() {
return TheTarget.textOf(OutboundJourneySummary.ORIGIN);
}
public static Question destination()…