mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-03 08:57:46 +02:00
Run dotnet format on solution (#7145)
This commit is contained in:
@@ -11,7 +11,8 @@ namespace Jackett.IntegrationTests
|
||||
// of initializing Selenium, you can keep using that as-is and ignore this sample file; skip ahead to SamplePageTests.cs.
|
||||
public static class WebDriverFactory
|
||||
{
|
||||
public static IWebDriver CreateFromEnvironmentVariableSettings() {
|
||||
public static IWebDriver CreateFromEnvironmentVariableSettings()
|
||||
{
|
||||
// This environment variable gets set by our Azure Pipelines build definition in ./azure-pipelines.yml.
|
||||
// That file uses a matrix strategy to run multiple different build jobs for different combinations of OS/browser.
|
||||
// Each job sets this environment variable accordingly, and we use it to decide which browser the tests will use.
|
||||
|
Reference in New Issue
Block a user