-
### What happened?
I am using Eclipse -> Maven with Selenium version 4.25.0 . I have almost tried every solution present on github , youtube and chatgpt still not able to resolve the issue .
i …
-
Refer to https://github.com/OpenLiberty/liberty-tools-intellij/issues/934 from LTI.
With the recent updates to version `3.5.0` for the Maven Surefire Plugin and Maven Failsafe Plugin, test reports …
-
1. Start with any Maven project. I used simple `mvn archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-quickstart`.
2. Open the project in Eclipse…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
When we create an Arquillian test with the Forge addon, each profile ends up using the `maven-surefire-plugin` :
``` xml
arquillian-jbossas-remote-7
…
-
Good day @wakaleo,
I would like to ask if how can I configure parallel execution and configuration on this serenity-cucumber5? Because I am using maven-failsafe version 3.0.0-M4. I also tried using…
-
With the maven failsafe plugin, integration tests are possible in case the tests follow a certain file name patterns:
```
**/IT*.java
**/*IT.java
**/*ITCase.java
```
https://ma…
-
### What happened?
I am facing a issue where serenity throws error while taking screenshot of the failure case:
[ForkJoinPool-2-worker-3] WARN net.thucydides.core.steps.BaseStepListener - SRP:Found …
-
it looks like this is an ancient issue and despite it claiming here it was transferred, I couldn't find any ref to it here.
ref https://bugs.eclipse.org/bugs/show_bug.cgi?id=388683
the maven fails…
-
after obfuscation resource file(s) become corrupted (UTF-8 encoding is lost)
OS name: "windows 11"
Java 8
Maven 3.9.7
plugin configuration:
proguard.conf
proguard.conf:
-dontshrin…