Open jgheewala opened 5 years ago
@jgheewala It looks in srs folder only If a project contains src folder at root level else it looks for all the folder/directory. The extension has tested with 300+ tests successfully. If possible can you share your git repo? else please share your directory structure? I will love to work on it. Feel free to raise queries/suggestions.
@jgheewala are you still facing the same issue?
@ppparihar yes I am still facing the issue. Unfortunately i cannot share private repo access from the company. So i think I know what the issue was.
Temporary Fix for below:
Enhancement request:
Provide a config for user to setup a list of package paths and display test cases only from this list. If no elements then preserve the default behavior.
Hi,
I'm facing the same issue, the fact is that my GOPATH is located inside my repo, the testExplorer actually only skip the .vscode, .git and vendor
maybe it could access and use the workspace settings files.exclude
?
Hi,
I have a huge project with 50+ packages. There are almost 500+ test cases. I installed go test explorer and waited for almost 20 mins, but nothing got loaded. I would prefer having a setting flag which indicates what package/dir you want to load into gotest explorer.