Annotations
2 errors and 10 warnings
selenium_test
The run was canceled by @ShaharM7.
|
selenium_test
The operation was canceled.
|
selenium_test:
BindecyAutomation/Configuration/RemoteBrowserConfig.cs#L6
Non-nullable property 'SeleniumGridUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
selenium_test:
BindecyAutomation/Configuration/RemoteBrowserConfig.cs#L7
Non-nullable property 'BrowserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
selenium_test:
BindecyAutomation/Configuration/RemoteBrowserConfig.cs#L8
Non-nullable property 'BrowserVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
selenium_test:
BindecyAutomation/Configuration/RemoteBrowserConfig.cs#L9
Non-nullable property 'PlatformName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
selenium_test:
BindecyAutomation/Configuration/NavigationConfig.cs#L5
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
selenium_test:
BindecyAutomation/Configuration/NavigationConfig.cs#L6
Non-nullable property 'LoginPageRoute' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
selenium_test:
BindecyAutomation/Configuration/NavigationConfig.cs#L7
Non-nullable property 'MainPageRoute' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
selenium_test:
BindecyAutomation/Configuration/NavigationConfig.cs#L8
Non-nullable property 'CartPageRoute' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
selenium_test:
BindecyAutomation/Configuration/BrowserOptionsConfig.cs#L7
Non-nullable property 'Arguments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
selenium_test:
BindecyAutomation/Configuration/BrowserStackConfig.cs#L7
Non-nullable property 'BrowserStackOptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|