diff --git a/docs/Integration_Tests.md b/docs/Integration_Tests.md index 1bb797b3a..03faa540a 100644 --- a/docs/Integration_Tests.md +++ b/docs/Integration_Tests.md @@ -96,16 +96,14 @@ MODE=record go test ./pkg/gui -run / The resulting directory will look like: ``` -actual/ (the resulting repo after running the test, ignored by git) -expected/ (the 'snapshot' repo) +actual/ (the resulting repo(s) after running the test, ignored by git) +expected/ (the 'snapshot' repo(s)) config/ (need not be present) test.json setup.sh recording.json ``` -Feel free to create a hierarchy of directories in the `test/integration` directory to group tests by feature. - ## Sandboxing The integration tests serve a secondary purpose of providing a setup for easy sandboxing. If you want to run a test in sandbox mode (meaning the session won't be recorded and we won't create/update snapshots), go: