Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

gauge (19) Versions 1.9.0

Installs/Configures gauge

Policyfile
Berkshelf
Knife
cookbook 'gauge', '= 1.9.0', :supermarket
cookbook 'gauge', '= 1.9.0'
knife supermarket install gauge
knife supermarket download gauge
README
Dependencies
Changelog
Quality 33%

Gauge Cookbook

Gauge Test automation in the business language (from ThoughtWorks, Inc.)

Requirements

Supported Platforms

This cookbook has been tested on the following platforms:

  • CentOS
  • RedHat
  • Fedora
  • Amazon Linux
  • Oracle Linux
  • Debian
  • Ubuntu
  • openSUSE
  • SUSE

Usage

Include the default recipe on a node's runlist to ensure that gauge is installed.

Attributes

node['gauge']['version'] # the version of gauge that should be installed
node['gauge']['checksum'] # the sha256 checksum of the gauge binary that should be installed (computed using 'sha256sum')
node['gauge']['url'] # the URL from which gauge binary should be download from

Setting up Gauge properties
Gauge Docs - Configuration

gauge.properties

Source
```

Timeout in milliseconds for making a connection to the language runner.

node['gauge']['properties']['runner_connection_timeout']

Timeout in milliseconds for making a connection to plugins.

node['gauge']['properties']['plugin_connection_timeout']

Timeout in milliseconds for a plugin to stop after a kill message has been sent.

node['gauge']['properties']['plugin_kill_timeout']

Timeout in milliseconds for requests from the language runner.

node['gauge']['properties']['runner_request_timeout']

Allow Gauge and its plugin updates to be notified.

node['gauge']['properties']['check_updates']
```

Resources/Providers

gauge_plugin

This LWRP provides an easy way to manage additional gauge plugins.

Actions

  • :install - installs a gauge plugin
  • :remove - removes the gauge plugin

Attribute Parameters

  • name - the name of the plugin
  • version - the version of the plugin
  • user - the user under which the plugin should be installed
  • group - the group under which the plugin should be installed
  • password - needed only for windows, the windows account password for user

Examples

Install the gauge java plugin

include_recipe 'gauge'

gauge_plugin 'java' do
  user  'alice'
  group 'alice'
  password 'p@ssw0rd' # only on windows
  version '0.3.1'
end

Remove the gauge html-report plugin

gauge_plugin 'html-report' do
  action :remove
  user  'alice'
  group 'alice'
end

Dependent cookbooks

windows >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Gauge CHANGELOG

This file is used to list changes made in each version of the gauge cookbook.

v1.9.0 (2018-01-03)

  • Upgrade to gauge 0.9.6

v1.8.0 (2016-12-24)

  • Upgrade to gauge 0.7.0
  • Cleanup some parts of the cookbook

v1.7.0 (2016-12-15)

  • Upgrade to gauge 0.6.2

This file is used to list changes made in each version of the gauge cookbook.

v1.6.0 (2016-10-25)

  • Include gauge_screenshot executable

v1.5.0 (2016-08-24)

  • Upgrade gauge version to 0.6.1

v1.4.0 (2016-08-24)

  • Upgrade gauge version to 0.5.0

v1.3.0 (2016-07-02)

  • Minor windows fixups
  • Update the gauge.properties to work with gauge 0.4.0

v1.2.0 (2016-07-02)

  • Remove dependency on wget

v1.1.0 (2016-07-02)

  • Updated version of Gauge to 0.4.0

v1.0.0 (2016-27-01)

  • Updated version of Gauge to 0.3.1

v0.9.0 (2015-11-02)

  • [windows] improve windows program execution
  • add support for updating gauge.properties

v0.8.0 (2015-11-02)

  • [windows] fix windows package name

v0.7.0 (2015-11-02)

  • [windows] fix incorrect usage of lwrp

v0.6.0 (2015-11-02)

  • [windows] do not depend on chocolatey to install gauge because chocolatey takes forever to review new packages

v0.5.0 (2015-10-19)

  • [linux] Add some version information to the installation to be able to upgrade/downgrade gauge as needed
  • [windows] improve plugin installation
  • add support for installing specific plugin versions

v0.4.0 (2015-10-09)

  • fix windows installation

v0.3.0 (2015-10-09)

  • make the plugin provider idempotent

v0.2.0 (2015-10-02)

  • fix some foodcritic warnings

v0.1.0 (2015-10-02)

  • Initial commit

Collaborator Number Metric
            

1.9.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.9.0 passed this metric

Foodcritic Metric
            

1.9.0 failed this metric

FC064: Ensure issues_url is set in metadata: gauge/metadata.rb:1
FC065: Ensure source_url is set in metadata: gauge/metadata.rb:1
FC066: Ensure chef_version is set in metadata: gauge/metadata.rb:1
FC085: Resource using new_resource.updated_by_last_action to converge resource: gauge/providers/plugin.rb:21
FC085: Resource using new_resource.updated_by_last_action to converge resource: gauge/providers/plugin.rb:35
FC085: Resource using new_resource.updated_by_last_action to converge resource: gauge/providers/plugin.rb:41
Run with Foodcritic Version 13.1.1 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.9.0 passed this metric

Testing File Metric
            

1.9.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.9.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number