saucectl
A command line interface for the Sauce Labs Testrunner Toolkit. This repository contains the Go binary that you use to kick off tests. If you look for more documentation on it, please have a look into our example repo.
Development Requirements
Install
Run the following to install all dependencies:
$ make install
Build
To build the project, run:
$ make build
Test
To execute unit tests, run:
$ make test
Licensing
saucectl
is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.