Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我能够从一个测试项目运行 SpecFlow 场景。现在我希望能够从浏览器运行这些场景。我怎样才能让它发挥作用?
我认为您需要使用Selenium或Watin之类的东西从 SpecFlow 步骤定义中驱动浏览器。
我正在使用 CodeIgniter 的锚标记来生成链接
这是我在视图中使用的代码:
<?=anchor('blog/post/'.$row->id,$row->title);?>
上面的代码正在渲染 url
<a h