文件名称:gast:Google Apps脚本TAP测试框架
文件大小:50KB
文件格式:ZIP
更新时间:2024-05-20 05:00:04
JavaScript
GasT-Google Apps脚本测试框架 GasT是针对Google Apps脚本(GAS)的兼容测试框架。 它提供了一种简便的方法来验证您编写的GAS程序是否按预期运行。 GitHub: : GasT单元测试文件是定义GAS单元测试案例的javascript文件。 在幕后,每个GAS测试用例只是一个带有描述参数并以TAP格式输出的函数。 if ( ( typeof GasTap ) === 'undefined' ) { // GasT Initialization. (only if not initialized yet.) eval ( UrlFetchApp . fetch ( 'https://raw.githubusercontent.com/huan/gast/master/src/gas-tap-lib.js' ) . getContentText (
【文件预览】:
gast-master
----package.json(818B)
----gast-script-editor-screenshot.png(42KB)
----LICENSE(1KB)
----gapps.config.json(68B)
----src()
--------gas-tap-lib.js(9KB)
--------gast-tests.js(3KB)
--------gast-tap-lib.d.ts(1KB)
--------.gitignore(145B)
----.gitignore(73B)
----README.md(14KB)
----scripts()
--------pull.sh(1KB)