parameme / morse

A simple script that will pull down your semaphore logs and test any failed tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Create a file called .semaphore.token in your home directory that contains your Semaphore API key.

Place morse inside your ~/bin directory

Alternatively, you can manage this script with fresh:

$ fresh https://github.com/hackling/morse/blob/master/bin/morse

Usage

Navigate to your project directory and run

$ morse

To have morse run the failed test, use

$ morse --run

Must be executed within a git repository.

About

A simple script that will pull down your semaphore logs and test any failed tests


Languages

Language:Ruby 100.0%