-
https://drone.owncloud.com/owncloud/web/22195/18/21
```
runsh: Total unexpected failed scenarios throughout the test run:
webUILogin/oauthLogin.feature:42
webUILogin/oauthLogin.feature:50
```
…
-
Hello
* In the previous version of Serenity i was able to debug using the "-DforkCount=0" in the execution command.
* but now after upgrade when i add "-DforkCount=0" to my execution command then…
-
At the moment, I am trying to setup CI job on Docker and trying to run the Serenity tests. But when trying to run them Jenkins it shows up following error.
```
INFO: Using `new ChromeOptions()` is…
-
Hi,
I'm trying to implements fixtures that uses frameLocator. It's build like this:
```
import { expect } from '@playwright/test';
import type { Page } from 'playwright';
export default c…
-
Using net.serenity-bdd:serenity-core:jar:2.2.13:compile, I encountered a NoSuchMethodError:
```
java.lang.NoSuchMethodError: org.openqa.selenium.support.ui.FluentWait.until(Lcom/google/common/base/P…
-
**Context:**
- Playwright Version: ["^1.18.1"]
- Operating System: [Windows]
- Node.js version: [14]
- Browser: [Chromium]
**Code Snippet**
yml file
```javascript
name: Playwright …
-
Hi John,
I am using serenity "2.3.10", I am trying to open url using `openUrl(url)` method, I am getting below exception
`org.openqa.selenium.JavascriptException: javascript error: Cannot read …
-
Hello,
I am looking into using implementing the Serenity Framework into our project, and so far I find it awesome.
One think I could not figure out is how to set a search context for the ElementLo…
-
It should become possible to use PopperFW as a library when tests are run on Java 8, 11, or 17. Currently, it is unknown if PopperFW (and its dependencies) can run on Java 17.
-
These tests failed last night in CI:
https://drone.owncloud.com/owncloud/web/20441/51/13
webUIRenameFolders/renameFolders.feature:148
https://drone.owncloud.com/owncloud/web/20441/54/13
we…