gpt4 book ai didi

node.js - 通过我的应用程序在没有终端的情况下运行夜类?

转载 作者:太空宇宙 更新时间:2023-11-04 00:24:41 25 4
gpt4 key购买 nike

我正在使用 nightwatch 进行测试,但所有测试都是通过终端执行的,我想知道是否可以通过我的应用程序执行任务,而无需使用终止,即在应用程序内部并单击一个按钮并执行用 nightwatch 完成的任务。

这可能吗?

最佳答案

是的,这是可能的:-

var nightwatch = require('nightwatch');
var argv = {
config : ‘./nightwatch.json’,
// ... other settings that you would have supplied if run through cli
};
var done = function() {}; // your callback function
var settings = {};

nightwatch.runner(argv, done, settings);

有关更多详细信息,请关注此讨论 here

关于node.js - 通过我的应用程序在没有终端的情况下运行夜类?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43223904/

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