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.
例如,我想测试A.js哪些依赖项B.js存储在 JAR 存档中。如何配置 JSTestDriver 以从B.js? 读取依赖项。
A.js
B.js
我还没有找到通过 JSTestDriver 配置文件和 JSTestDriver eclipse 插件执行此操作的方法,但是通过 maven-dependency-plugin 使用 maven(即在 maven 构建测试期间)完成此操作,在 prosess-test-resources 阶段运行解包目标和将解压后的 javascript 文件放到 jsTestDriver.conf 配置文件中可见的文件夹中。