-
I'm trying the example from the `Readme` and noticed that if I provide `RoborazziRule.CaptureType.Gif()` to the `RoborazziRule` then `verifyRoborazziDebug` task doesn't fail if any changes were applie…
-
The `ResourceTest` class is implemented by several resource-related test classes. The `ResourceTest` class is tied to JUnit 3, such that all derived test class also have to stick to JUnit 3.
Due to…
-
In the Clover HTML output, Clover marks JUnit tests that use the JUnit @Rule ExpectedException to check for customized exceptions as failures, even though the test actually passes. For example:
```…
-
Serenity does not seem to recognise JUnit Test Rules. It does however recognise JUnit TestClass Rules. This is because Cucumber does not support JUnit TestRules for philosophical reasons. The Cucumber…
-
The mock server is not accessible when using the JUnit 4 library. I have no such problems when using the JUnit 5 library on a different project. I am using Retrofit/OkHttp as the HTTP client.
Pausi…
-
Hi, I am in the middle of migrating an old Spring MVC 4.x application to Spring Boot 2.x.
I was using the upstream spring-test-dbunit that didn't get any updates recently.
I think I've found a b…
gionn updated
4 years ago
-
**Component**
* UI
* Rule Engine
* Installation
* Generic
**Description**
[INFO] Thingsboard Rule Engine API ........................ SUCCESS [ 2.545 s]
[INFO] Thingsboard Server JS …
-
### What happened?
Caught by DataflowTemplates validation for Beam 2.61.0rc1: https://github.com/GoogleCloudPlatform/DataflowTemplates/pull/2014/checks?check_run_id=33057418339
Was able to bisect:…
-
### Description
Calling `DeviceCapture.takeScreenshot()` in a test rule on test failure times out and takes no screenshot
### Steps to Reproduce
1. Create any kind of Espresso JUnit test
2. Crea…
-
JUnit Tests using JUnit 5 are reported as java/unused-reference-type. This is because the JUnit 5 convention is to use package scoped class and method names. This rule should be checking for methods…