marmothq-cli
v1.0.9
Published
command-line interface for Marmot
Downloads
971
Keywords
Readme
marmothq-cli
command-line interface for Marmot
Installment
$ npm i marmothq-cli -g
Usage
report
$ marmot report -c ./marmot.config.js
Configuration
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 |