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.
有没有办法从 IntelliJ 运行无头 jasmine JavaScript 测试?我见过 jstestdriver 插件,它适用于浏览器测试,但我找不到在 IDE 中运行无头 jasmine 测试的方法。
我最终编写了一个类来解析 js 测试驱动程序配置并为 jasmine 文件生成规范。然后我使用 gradle 的 envjs 插件运行规范文件。