Bruce Wen

Results 11 comments of Bruce Wen
trafficstars

By using TestNG 7.3.0, when JVM option `-Dtestng.dtd.http=true` is used with `` together, test failed due to `java.net.ConnectException: Connection timed out (Connection timed out)` finally. Without the JVM option, test...

_"One of the reasons for commercial products can survive is that some popular features cannot be always implemented easily/quickly in FOSS products." -- Somebody_ Workarounds to Run TestNG suite file...

Yes, right click is very good feature. However, in real world, not all the test suites can run simply by simple right click. For our cases, we have to configure...

I have the same issue when the pom.xml has parent: ``` com.some.thing.here some-thing-here some.version.here ``` When I remove parent, it can handle dependencies tree.

I faced the similar issue: [NvimTree] Could not start the fs_event watcher for path ~/.config/lvim/plugin : ENOSPC When I set filesystem_watchers.enable = false, it disappeared.

The error message disappeared when I added the problematic source files in the CMakeLists.txt file and built it. For example, ``` cmake_minimum_required (VERSION 3.5) project (open_browser) add_library(open_browser_objs file_parser.c) add_executable(open_browser open_browser.c)...

This is a bit hard to explain. TestNG doesn't create multiple instance of the class DemoBug for each parameter group. It just run the test method by passing different parameter...

Due to bad comment editor, I create a wiki page for explanation. Please go to https://github.com/cbeust/testng/wiki/Issue1991:-DataProvider-Execution for details.

@krmahadevan 1. if there are n iterations from 0 to m (m=n-1), then if x(x>=0 && x

Yes, waiting for the support of Python version 3.11. Thanks! LSP :: Error from the Language Server: NotImplementedError: Python version 3.11 is currently not supported. (Invalid Parameters)