Giter Site home page Giter Site logo

appveyor-worker's Introduction

AppVeyor::Worker

Build status Gem Version

Access to AppVeyor Build Worker API.

Installation

Add this line to your application's Gemfile:

gem 'appveyor-worker' # if ENV['APPVEYOR_API_URL']

And then execute:

$ bundle

Or install it yourself as:

$ gem install appveyor-worker

Usage

require 'appveyor/worker'

AppVeyor::Worker.message "Hello, world!", "It's me"

Minitest

When using AppVeyor::Worker under Minitest the latter automagically requires the former. Just add to Gemfile et voila! Test results will populate list and AppVeyor::Worker.message is available in your tests.

In addition, Minitest seed will be sent as AppVeyor message.

RSpec

For RSpec you need two lines of code, as mentioned above:

  1. Add gem to Gemfile

  2. Require gem

    • Either directly in one of your ./spec/*_spec.rb files
    • Or by adding -r appveyor/worker to ./.rspec

RScpec seed is also reported as standard AppVeyor message.

appveyor-worker's People

Contributors

ukoloff avatar

Stargazers

 avatar

Watchers

 avatar  avatar

appveyor-worker's Issues

Extending gem to work with RuboCop?

I was wondering if there are ways to extend this gem to support other reporters?

Right now I'm looking at getting RuboCop reports reported on AppVeyor.

Is there a way I can create a gem that leverage the existing plumbing of this gem to provide a new source for reports?

Or would it be of interest an PR that integrate it directly into this gem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.