From f290de1df2131581bd7c553e02bf3712bbc1188e Mon Sep 17 00:00:00 2001 From: Phil Haack Date: Mon, 14 Dec 2015 09:57:32 -0800 Subject: [PATCH] Minor tweak to the integration test instructions --- CONTRIBUTING.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 68baee64..f9231af8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -95,11 +95,12 @@ Run this command to confirm all the tests pass: `.\build` ### Running integration tests -Octokit has integration tests that access the GitHub API, but they must be -configured before they will be executed. +Octokit has integration tests that access the GitHub API, but they require a +bit of setup to run. The tests make use of a set of test accounts accessed via +credentials stored in environment variables. -There's a helper script to walk you through the process of setting the -necessary environment variables to run the tests: +Run the following interactive script to set the necessary environment +variables: `.\script\configure-integration-tests.ps1`