-
I use Serenity Cucumber 7 Maven Java(11), when execute on VM for random tests get below error, if run separate all work perfect and sometimes it is running only 40 tests from 90, but when run 90 the…
-
Using 3.1.16 it works, upgrading to 3.1.20 gives this error:
java.lang.NoSuchMethodError: 'com.google.common.collect.ImmutableMap com.google.common.collect.ImmutableMap.of(java.lang.Object, java.la…
-
The latest 1.9 RC fails with the following exceptions:
```
java.lang.NoClassDefFoundError: org/openqa/selenium/interactions/internal/Locatable
at java.lang.ClassLoader.defineClass1(Native Method)
…
-
I see that the last commits, both on `master` and on `release/5.0.0` branches are from October 2021 (by @Dor-bl ), and that the latest pre-release [NuGet package is 5.0.0-beta01](https://www.nuget.org…
-
I get below error randomly while trying to open a page on remote webdriver. This was rare before and since a couple of days it has become very frequent and I am out of ideas to fix this. Not all tests…
-
I am using the Pages.getPage in order to create the PageObject dynamically at run-time. The getPage method doesn't allow to pass parameters in order to pass these through the PageObject construct when…
-
Hi,
You can create a class like as below code, then call the step in Test, the step's description will not show in report.
package pages.home;
import net.thucydides.core.annotations.Step;
i…
-
https://drone.owncloud.com/owncloud/web/22203/62/16
```
runsh: Total unexpected failed scenarios throughout the test run:
webUISharingPublicBasic/publicLinkCreate.feature:190
```
```
4) Scenar…
-
Hi,
thanks for jour great Spock Extension.
The option to use SpockConfig.groovy instad of IReportCreator.properties is very helpful for me.
I works without IDE , just Notepad and GroovyConsole a…
-
Hi
Web applications today are typically single url ones. So page objects are better representation of "tiles" on the same level of the webUI, instead of being actual pages: menu bar, status bar, ed…