Discovering target: IEDiscovering tests from assembly: C:\Users\ssear\source\repos\SeleniumWebTest\TestApplication.UiTests\bin\Debug\netcoreapp3.0\TestApplication.UiTests.dllDiscovered tests from assembly: C:\Users\ssear\source\repos\SeleniumWebTest\TestApplication.UiTests\bin\Debug\netcoreapp3.0\TestApplication.UiTests.dllDiscovering target: ChromeDiscovering tests from assembly: C:\Users\ssear\source\repos\SeleniumWebTest\TestApplication.UiTests\bin\Debug\netcoreapp3.0\TestApplication.UiTests.dllDiscovered tests from assembly: C:\Users\ssear\source\repos\SeleniumWebTest\TestApplication.UiTests\bin\Debug\netcoreapp3.0\TestApplication.UiTests.dllScenario: Basepage is Calculator in CalculatorFeature (target: Chrome) -> Succeeded on thread #1Scenario: Basepage is Calculator in CalculatorFeature (target: IE) -> Succeeded on thread #0
<?xml version="1.0" encoding="utf-8"?><TestProfile xmlns="http://www.specflow.org/schemas/plus/TestProfile/1.5"> <Settings projectName="TestApplication.UiTests" projectId="{347ddf1e-cf82-4520-8c9b-724ed9d7f5f0}" /> <Execution stopAfterFailures="2" testThreadCount="2" testSchedulingMode="Sequential" retryCount="0" apartmentState="MTA" /> <Environment testThreadIsolation="Process" platform="x64"/> <TestAssemblyPaths> <TestAssemblyPath>TestApplication.UiTests.dll</TestAssemblyPath> </TestAssemblyPaths> <Report> <Template name="Report\ReportTemplate.cshtml"/> </Report> <Targets> <Target name="IE"> <Filter>Browser_IE</Filter> <DeploymentTransformationSteps> <EnvironmentVariable variable="Test_Browser" value="IE" /> </DeploymentTransformationSteps> </Target> <Target name="Chrome"> <Filter>Browser_Chrome</Filter> <DeploymentTransformationSteps> <EnvironmentVariable variable="Test_Browser" value="Chrome" /> </DeploymentTransformationSteps> </Target>
</Targets>
</TestProfile>
Using the SeleniumWebExample example in the GitHub examples is it possible to get the browsers to run in parallel that are not the same? At the moment all I seem to see is that the browsers run serially and they are the same type for example Chrome, Chrome as opposed to Chrome, IE. Please see more information below, such as the test output and default profile.
--
You received this message because you are subscribed to the Google Groups "SpecRun" group.
To unsubscribe from this group and stop receiving emails from it, send an email to specrun+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/specrun/99fd62d8-ffc4-4640-9f73-172f260825fd%40googlegroups.com.
Look up Selenium Grid.
To unsubscribe from this group and stop receiving emails from it, send an email to spe...@googlegroups.com.