1.0.9 • Published 6 years ago
marmothq-cli v1.0.9
marmothq-cli
command-line interface for Marmot
Installment
$ npm i marmothq-cli -gUsage
report
$ marmot report -c ./marmot.config.jsConfiguration
module.exports = {
files: [
`build/Release-iphonesimulator/${pkg.name}.app`
],
packages: [
{
version,
path: `${pkg.name}.app`,
}
],
testInfo: {
},
extraInfo: {
}
};User helper methods to resolve the iOS and Android platforms.
const helper = require('marmothq-cli').helper;
const { webUtils } = helper;Environment Variable
| name | description |
|---|---|
| MARMOT_SERVER_URL | server url for Marmot server |