Has anyone found a way to run C# Selenium RC tests in parallel?

前端 未结 3 1758
盖世英雄少女心
盖世英雄少女心 2020-12-29 09:59

Has anyone found a way to run Selenium RC / Selenium Grid tests, written in C# in parallel?

I\'ve currently got a sizable test suite written using S

3条回答
  •  忘掉有多难
    2020-12-29 10:37

    I don't know if no answer counts as an answer but I'd say you have researched everything and you really came up with the 2 possible solutions...

    • Test Suite runs tests in parallel
    • Split the test suite up

    I am at a loss for any thing else.

提交回复
热议问题