Viral Panchal

Results 3 issues of Viral Panchal

Hi, Creating a new issue with the reference to the original reply post I have a MAKE file that looks like below: ``` GOGETTESTSUM=go get gotest.tools/gotestsum GOTESTSUM_JUNITFILE=gotestsum --junitfile unit-tests.xml all:...

enhancement

Hi, Thank you for your contribution to the `gotestsum` package. It is extremely useful. We started using the `--rerun-fails` flag to rerun potentially unstable test suites to prevent false failures...

bug
enhancement

Hi, I am trialing out this Selenium with Go. I would like to use WebDriverWait function to wait for an element to be visible / enabled. For example, I can...