a Parte Web está rodando mas o teste não, ele da o seguinte erro:
Message: System.AggregateException : One or more errors occurred. (unknown error: cannot find Chrome binary (Driver info: chromedriver=74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}),platform=Windows NT 10.0.19043 x86_64)) (The following constructor parameters did not have matching fixture data: TestFixture fixture) ---- OpenQA.Selenium.WebDriverException : unknown error: cannot find Chrome binary (Driver info: chromedriver=74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}),platform=Windows NT 10.0.19043 x86_64) ---- The following constructor parameters did not have matching fixture data: TestFixture fixture
Stack Trace: ----- Inner Stack Trace #1 (OpenQA.Selenium.WebDriverException) ----- RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse) RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) RemoteWebDriver.StartSession(ICapabilities desiredCapabilities) RemoteWebDriver.ctor(ICommandExecutor commandExecutor, ICapabilities desiredCapabilities) ChromeDriver.ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) TestFixture.ctor() line 17 ----- Inner Stack Trace #2 (Xunit.Sdk.TestClassException) -----