UNPKG

@restqa/restqa

Version:

An all in one test automation runner

10 lines (8 loc) 208 B
const Run = require("./run"); const path = require("path"); module.exports = async function () { const options = { args: [path.resolve(__dirname, "..", "..", "example")] }; return Run(options); };