@testmace/cli

Command line tool to run TestMace projects

Usage no npm install needed!

<script type="module">
  import testmaceCli from 'https://cdn.skypack.dev/@testmace/cli';
</script>

README

TestMace cli

Command line tool to run TestMace projects

Installation

npm install --global @testmace/cli

Usage

$ testmace-cli --help

Usage: testmace-cli [options] <pathToProject>

Options:
  -V, --version                    Output the version number
  -e, --environment [environment]  Environment
  -r, --reporter [reporter]        Reporter
  -h, --help                       Output usage information
  -p, --project [project]          Cloud project id
  -t, --token [token]              Cloud access token
  -o, --output [path]              Path to output report directory
  -n --report-name [name]          Report filename

Documentation

Here