-
Hi team,
Thank you for providing such a great plugin to support TestNG in Eclipse!
We have [an extension in VS Code](https://github.com/Microsoft/vscode-java-test) to support different Java Test…
jdneo updated
5 years ago
-
I installed test ng plugin in Eclipse Oxygen, I see it listed in Plugins. But I do not see it preferences or Eclipse/Show view menu. Any help is much appreciated.
### Any relate message in "Error L…
-
A native (Java) plugin which can be installed inside Jenkins and push a pass/fail result to Kiwi TCMS. Questions to be answered:
1) How do we report multiple test cases ? We can take the job name …
-
When viewing the stack trace of a test failure in the TestNG eclipse plugin the stack trace is truncated and I can't see the line of my test that failed. This is a particular problem when using Abstra…
-
```
2021-06-21T10:13:35.7684358Z [ERROR] Tests run: 249, Failures: 1, Errors: 0, Skipped: 109, Time elapsed: 677.97 s
-
I want to run the integration tests located at path src/it/java using sbt task : sbt it:test
I have provided the following settings in my build.sbt :
```scala
Defaults.itSettings
javaSource…
-
Hi Uttesh,
Thank you so much for your efforts on this.
I just have a question, PDFNG report does work with BDD? Earlier I was using this with TDD - TestNG, now I need to use this with BDD Cucumber.
…
-
### Abstract
Fail launching TestNG via maven surefire plugin.
### Reproduction steps
1. running on jdk11
2. maven 3.9.5
3. surefire 3.1.2
4. testng 7.8.0
Fails with
```
# Created at 2…
-
### Steps to reproduce
* JaCoCo version: 0.8.8
* Operating system: Windows
* Tool integration: Maven plugin
Have a look at this config snippet in Maven Surefire: https://github.com/apache/mave…
-
```
Steps:
------
1) Develop a test case extending GuiceyTestCase, without @UseModule, as I
need more than 1 module to inject
2) Implement a test specific module extending AbstractModule, for custom
b…