-
Video hướng dẫn: https://youtu.be/2ffvexK2DJc
-
Right now, the context menu only gives us one option: Color.
But it would be very useful to also have these options:
- **Add Scene** — Adds an empty scene. Let's the user give the scene a title an…
-
This is going to be a cheating pseudo-entry since I worked on it months ago, but, I do plan to work on it over the course of November since it might produce interesting results.
There's a popular man…
-
It looks like Cyrillic files are parsed alright, but they don´t show anything in PDF in the place of Cyrillic letters. Can Cyrillic font be supported?
File example (in Ukrainian, added .txt to uplo…
-
Dear,
I'm using Serenity Screenplay for my auto project,
The feature file has scripts likes:
And AccountA go to admin portal
And AccountA login with credentials
And AccountB…
-
Issue to investigate Wikidata as a test data source. There are 697 LCTGM terms on wikidata ([query](https://query.wikidata.org/#select%20%28count%28distinct%20%3Fo%29%20as%20%3Fcount%29%20%7B%0A%20%20…
-
```
actor.attemptsTo(
....
Check.whether(Platform.isAndroid())
.andIfSo(
Login.android(), Do.task())
.otherwise(
…
-
Phân tích các thành phần trong cấu trúc của design dựa trên sample code
-
# Context
In my work environment, Android developers have expressed an interest in the Screenplay pattern for native Espresso tests.
# Problem
The serenity-screenplay module currently depends on t…
ampie updated
2 years ago
-
In other words, when reaching the end of test scenario, show a warning if an actor didn't used all of its abilities.
## What problem would this solve?
I've been thinking for strategies to track …