From 5bd3eedd7133310b3d3fef5e99d1c753c464a95e Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 5 Jul 2022 19:31:21 +1000 Subject: [PATCH] update docs --- docs/Integration_Tests.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/Integration_Tests.md b/docs/Integration_Tests.md index 03faa540a..3532e2e93 100644 --- a/docs/Integration_Tests.md +++ b/docs/Integration_Tests.md @@ -31,6 +31,11 @@ git add . git commit -am "myfile1" ``` +Be sure to: + +- ensure that by the end of the test you've got at least one commit in the repo, as we've had issues in the past when that wasn't the case. +- set the git user email and name as above so that your own user details aren't included in the snapshot. + ## Running tests ### From a TUI