Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/selenium/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby TFS 2015在一个构建中运行_Ruby_Selenium_Cucumber_Tfs 2015 - Fatal编程技术网

Ruby TFS 2015在一个构建中运行

Ruby TFS 2015在一个构建中运行,ruby,selenium,cucumber,tfs-2015,Ruby,Selenium,Cucumber,Tfs 2015,我试图在TFS2015中运行一组cucumber selenium测试作为构建的一部分,但它似乎根本没有运行它们。我只得到一个超时错误。我可以得出的结论是,它在启动浏览器时遇到了困难。我怀疑它没有从脚本中正确运行它们。知道如何修复吗?我们在功能测试构建中包括了Selenium测试,方法是使用MSTest和/或CodedUI属性包装每个Selenium测试,这些属性可以完美地工作。您必须确保将生成/测试代理配置为以交互模式运行,否则测试运行将无法访问桌面以自动运行浏览器 我们不使用黄瓜,但是,这

我试图在TFS2015中运行一组cucumber selenium测试作为构建的一部分,但它似乎根本没有运行它们。我只得到一个超时错误。我可以得出的结论是,它在启动浏览器时遇到了困难。我怀疑它没有从脚本中正确运行它们。知道如何修复吗?

我们在功能测试构建中包括了Selenium测试,方法是使用MSTest和/或CodedUI属性包装每个Selenium测试,这些属性可以完美地工作。您必须确保将生成/测试代理配置为以交互模式运行,否则测试运行将无法访问桌面以自动运行浏览器

我们不使用黄瓜,但是,这可能是你的问题,不确定