In the AssemblyInfo.cs file: [assembly: DegreeOfParallelism(3)] [assembly: Parallelizable(TestScope.All)]
Also be sure to add [Parallelizable] to your TestFixture http://www.seleniumwiki.com/software-testing/selenium-grid/installing-selenium-grid-with-mbunit-and-gallio Brian On Monday, October 29, 2012 3:55:45 AM UTC-7, Mikkel Pedersen Kaas wrote: > > Hi, > > I'm using Selenium and c# to make some, for the time being, simple tests > of a few webpages. Right now I'm using a DynamicTestFactory to create a > test for each page with each different browser that we aim to support. My > problem is, that I can't figure out how to make the tests generated by the > DynamicTestFactory execute in parallel. Is there anyone that can shed some > light on the issue? Thank you. > -- You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To view this discussion on the web visit https://groups.google.com/d/msg/mbunituser/-/mrhduAeQH_EJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mbunituser?hl=en.
