文件名称:cli-prompts-test:轻松编写用于CLI应用程序的e2e测试
文件大小:92KB
文件格式:ZIP
更新时间:2024-06-01 18:08:21
nodejs javascript command-line test integration-testing
CLI提示测试 轻松编写用于CLI应用程序的e2e测试。 安装 $ npm install --save-dev cli-prompts-test 原料药 runTest(参数,答案,选项?) args :要传入的CLI args。 answers :答案传递给stdout (模拟用户输入)。 options :(可选)指定testPath击键之间的testPath (默认为process.cwd() )和timeout (默认为500ms )。 用法 // cli.js const enquirer = require ( "enquirer" ) ; const choices = [ "First option" , "Second option" , "Third option" ] ; enquirer . prompt ( { type : "select"
【文件预览】:
cli-prompts-test-main
----.gitignore(13B)
----README.md(2KB)
----.github()
--------workflows()
----test()
--------fixtures()
--------index.test.js(1KB)
----LICENSE(34KB)
----package.json(918B)
----index.js(1KB)
----babel.config.js(111B)
----yarn.lock(205KB)