formulahendry / formulahendry/vscode-dotnet-test-explorer
Progress indicator on the test tree keeps spinning forever with Selenium Chrome WebDriver
- Dominant language
- TypeScript
- Stars
- 208
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
Only when using Selenium WebDrive and if the Chrome is opened as per the following code:
```
IWebDriver driver;
driver = new ChromeDriver();
```
then, the progress indicator on the test tree will keep on spinning forever. If I don't open Chrome by commenting out the `new ChromeDriver()`, it works fine.
Following are the required details:
1. Dotnet sdk version: .NET 5.0
2. Unit test framework: NUnit 3.13.1
3. The link to the repo with the issue: https://github.com/tarekahf/NUnit-Selenium
4. Selenium WebDriver: 4.1.0
5. .NET Core Test Explorer v0.7.7
See the snapshot below.
Please help to resolve this issue.
Tarek

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.