summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-10-11 08:40:35 -0700
committerGitHub <noreply@github.com>2022-10-11 08:40:35 -0700
commitfc0b14edef63ae495ce55e843bdb82bacb7c58eb (patch)
treed83afa8043547c66c54021eec702e222e8ca3daa /pkg
parent6b9f43c73b18aff2f527c7a25deb0d738c2f6e08 (diff)
Update README.md
Diffstat (limited to 'pkg')
-rw-r--r--pkg/integration/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/integration/README.md b/pkg/integration/README.md
index 4b745895a..debc9ced4 100644
--- a/pkg/integration/README.md
+++ b/pkg/integration/README.md
@@ -84,3 +84,5 @@ go run pkg/integration/deprecated/cmd/tui/main.go
```
The tests in the old format live in test/integration. In the old format, test definitions are co-located with the snapshots. The setup step is done in a `setup.sh` shell script and the `recording.json` file contains the recorded keypresses to be replayed during the test.
+
+If you have rewritten an integration test under the new pattern, be sure to delete the old integration test directory.