-
Insufficient information on usage per
https://www.npmjs.com/package/cypress-screenplay
Do I have to specify the Actor's ability?
how can I put Tasks and Questions into different files?
test…
-
![image](https://user-images.githubusercontent.com/71597313/215622665-2d18b4e4-86ce-47b6-8689-41ca24d014aa.png)
I saw that this issue was brought up before, however, none of the answers were clear …
-
### Issue
Right now, the Cover/Title Page is not part of the screenplay document. It is independent, its own document. And so it is not included when we create new screenplay drafts. When we create a…
-
Hi. Firstly, thank you for this work and sharing the code.
I was able to check out summer and go through the setup procedure and re-train with only some minor code updates (see various one liner PR…
-
Hi there, I just wanted to say that I´m totally satisfied with this writing program, I always use it to create my projects and it has always worked perfectly. But I´d like to know if it´s possible how…
-
[ ] who owns screenplay
[ ] list `my screenplays`
[] create a viewing/non-editing feature
-
```
package com.asksqa.interactions;
import static net.serenitybdd.screenplay.Tasks.instrumented;
import java.io.File;
import io.appium.java_client.touch.offset.PointOption;
import net.sere…
-
1/ Import a package, class or interface
**TypeScript**
```
import { Clear, Click, DoubleClick, Enter, Hover, Key, PageElement, Press } from '@serenity-js/web';
```
**Java**
```
import n…
-
I am in the process of migrating my Page object model code to screenplay pattern but bit confused about the exception handling. How to print exception in better way so that debugging will be easier. C…
-
```
import static net.serenitybdd.screenplay.matchers.WebElementStateMatchers.isVisible;
import static net.serenitybdd.screenplay.questions.WebElementQuestion.valueOf;
import com.linecorp.interac…