-
Building with Maven only, as documented in the README doesn't work:
`mvn clean install -Pgrunt`
Instead I need to deactivate the tests:
`mvn clean install -Pgrunt -DskipTests`
-
Service.java:
```java
package org.example;
public class Service {
public boolean isPositive(int number) {
return number > 0;
}
}
```
TestService.java:
```java
packag…
-
```
Looks like a problem in the rewritten ModuleWriter in the snapshot release.
1) No implementation for
com.google.inject.testing.guiceberry.controllable.ProvisionInterceptor
was bound.
while locat…
-
When the test package does not contain any tests, the [report_go_test](https://github.com/knative/test-infra/blob/65144e695d277847c51c08f5008cd39f59b931e4/scripts/library.sh#L415) function reports as …
-
I have a test package which has a `TestMain` function, and I've tried to use `gotestsum --junitfile report.xml` to run it. However, I've observed the behavior for the `TestMain` JUnit result is diffe…
-
## Engineering Improvement
### Area for Improvement (required)
Testing
### Observed behavior (required)
We have an automated process for reporting functional test failures in our scheduled…
-
```
Because your system has a hard requirement to use the new test runner, it will
be unusable in our Continuous Integration environment without having to go back
and write a custom parser or mergin…
-
**Is your feature request related to a problem? Please describe.**
With this playwright service, we could run the test cases but the test report will still be on our local machine (or stored as a Git…
-
```
What steps will reproduce the problem?
1. Run Maven build
2. ElementFactoryTest.testGarbageCollection() will fail (approximately 15% of
the time)
3. If it does not, go to step 1.
I tried increas…
-
First part of print out after upgrading to v1.0.3
```xml
```
When downgrading to v1.0.2 and running the same tests the result is
```xml
```