summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-04-15 08:54:45 +1000
committerJesse Duffield <jessedduffield@gmail.com>2022-04-15 08:54:45 +1000
commit90c9c46ffcecea705bec3e98f34575efe2ab3bee (patch)
treefb3dce5d4a2d5a1e27c4a5c7a9cb6060e455bc3a
parent21336d3aa24d01449a70003d30a6c4360e9b4995 (diff)
update integration test notes
-rw-r--r--docs/Integration_Tests.md6
1 files changed, 2 insertions, 4 deletions
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 /<test name>
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: