问题标签 [selenium-builder]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
396 浏览

javascript - 在浏览器中从 selenium builder 运行 Mocha 测试

如何在浏览器中运行测试?

我使用 selenium builder 来记住步骤,然后导出file.js并在 mocha(npm 测试)中运行它。测试成功,但无法调用浏览器。

如果我导出file.java并在 Eclipse 中运行它,一切正常,但在 mocha 中我无法调用任何浏览器。

我已经将驱动程序(例如 FF 的 geckodriver)放在给定的文件夹中,通过 npm 安装 selenium 服务器等等,file.js浏览器、命令等有不同的设置。但是当我运行测试时浏览器不会出现摩卡。(我正在使用窗户)。

我可以运行由 selenium builder (.json) 编写的测试。之前在命令行中启动了 selenium 服务器;我可以通过 SeInterpreter(没有 selenium builder)运行测试(.json)。但是如何调用浏览器并观看我之前写过的步骤?

这是代码示例:

提前致谢!!!