gpt4 book ai didi

angularjs - 在 Protractor 中包含下划线 javascript 库

转载 作者:行者123 更新时间:2023-11-28 19:52:42 24 4
gpt4 key购买 nike

我们正在使用 Protractor 来测试我们的 AngularJS 应用程序。我们需要在我的 Protractor 测试用例中导入和使用其他 Javascript 库,例如 Underscore 和 Chance(随机生成器)。谁能告诉我如何做同样的事情 - 谢谢。

最佳答案

添加依赖:

npm install underscore --save

然后在你的测试中使用它:

var _ = require('underscore');
describe('', function(){
it('should use underscore', function(){
_.
});
});

关于angularjs - 在 Protractor 中包含下划线 javascript 库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27433924/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com