1.1.0 • Published 2 years ago

@appbot.co/jest-buildkite-analytics v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Jest Buildkite Analytics

This package collects data about your test suite's performance and reliability, and allows you to see trends and insights about your test suite over time ✨

Installation

yarn add @appbot.co/jest-buildkite-analytics

Configure your API key:

set the environment variable BUILDKITE_JEST_ANALYTICS_TOKEN to your token. If you're running jest from a script, you can set it with:

export BUILDKITE_JEST_ANALYTICS_TOKEN="yourTokenValueHere"

We suggest loading the environment variable within your buildkite settings.

Tell jest to use the reporter. Set reporters in your jest.config.js (or which ever type of config you're using):

{
  reporters: ["default", "@appbot.co/jest-buildkite-analytics"];
}

Lastly, commit and push your changes to start analysing your tests:

$ git commit -m "Add Buildkite Test Analytics client"
$ git push

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/appbot/jest-buildkite-analytics.

License

The gem is available as open source under the terms of the MIT License.

1.1.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago