formulahendry / formulahendry/vscode-dotnet-test-explorer

Progress indicator on the test tree keeps spinning forever with Selenium Chrome WebDriver

Open
#356 2 comments 0 reactions 0 assignees View on GitHub
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

![NUnit test keeps spinning](https://user-images.githubusercontent.com/20842027/158740284-f20f48b7-4163-4111-bc2e-dce9c5505db9.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.