没有VisualStudio的Selenium WebDriver测试

时间:2015-01-21 16:33:24

标签: visual-studio-2010 selenium nunit

我正在使用Selenium WebDriver和Visual Studio 2010为不同数量的项目创建测试,验证网页元素(classame,id ..)。

我的一些开发人员同事正在使用Mac,或者他们不希望在他们的计算机中安装Visual Studio。所以这就是问题,为了运行我创建的测试(或未来的测试),有没有办法在没有Visual Studio的情况下以简单的方式运行它们?任何帮助或建议表示赞赏! :d

MAC ERROR

粗体3.12.0/mcs/class/System/System.Net/HttpWebRequest.cs:849 at System.Net.HttpWebRequest.GetRequestStream () [0x00057] in /private/tmp/source-mono-mac-3.12.0-branch-32/bockbuild-mono-3.12.0-branch/profiles/mono-mac-xamarin/build-root/mono-3.12.0/mcs/class/System/System.Net/HttpWebRequest.cs:865 at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute (OpenQA.Selenium.Remote.Command commandToExecute) [0x00000] in <filename unknown>:0 at OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute (OpenQA.Selenium.Remote.Command commandToExecute) [0x00000] in <filename unknown>:0 at OpenQA.Selenium.Remote.RemoteWebDriver.Execute (System.String driverCommandToExecute, System.Collections.Generic.Dictionary 2个参数)0x00000] in:0

1 个答案:

答案 0 :(得分:2)

当然可以使用命令行完成。您需要做的就是使用NUnit控制台并参考测试dll这也是我们如何在未安装VS的Windows机器上运行selenium测试。见this。有关NUnit命令行选项here

的更多信息