unit-testing - Node.js 中的自动化 Web UI 测试

标签 unit-testing testing node.js automated-tests

是否有任何适用于 Node.js 的自动化 Web 测试库,最好是 headless 的?

最佳答案

Zombie是 Node.js 的 headless 全栈测试框架。

有一个 full list of testing modules在 Node.js GitHub wiki 上。

关于unit-testing - Node.js 中的自动化 Web UI 测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7561775/

相关文章:

c - 为什么 SUN_LEN 宏取消引用 NULL 而没有错误?

ruby - minitest 可以做类似 "rspec --color --format doc"的事情吗?

node.js - 如何修复 Webpack 相关错误 : Cannot assign to read only property 'exports' of object '#<Object>' ?

javascript - nodejs - 帮助 "promisifying"使用嵌套 promise 读取文件

swift - 在单元测试中捕获调试窗口输出?

ios - 如果遇到 fatal error ,如何停止 Xcode iOS 单元测试?

testing - 测试失败时的 Helm 部署状态

javascript - 如何避免 - 使用 Cheerio 进行网页抓取时出现错误 403

c# - 单元测试在 try catch block 中调用异步操作的 getter

java - 使用服务层模拟创建 Controller 测试,该测试将运行实际容器(例如 tomcat,可能会更改 spring 上下文文件)