Run Selenium tests in multiple browsers one after another from C# NUnit

前端 未结 8 1687
清酒与你
清酒与你 2020-11-29 01:39

I\'m looking for the recommended/nicest way to make Selenium tests execute in several browsers one after another. The website I\'m testing isn\'t big, so I don\'t need a par

8条回答
  •  春和景丽
    2020-11-29 02:04

    There must be a better way, but you could use T4 templates to generate duplicate test classes for each browser - essentially automating a copy-and-paste of the tests for each browser.

提交回复
热议问题