summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-02-26 11:23:36 +1100
committerJesse Duffield <jessedduffield@gmail.com>2023-02-26 11:34:18 +1100
commit8b5d59c2380c9d4c78d148d8ee0cecdfa556f1f5 (patch)
tree87642ceeba0771b3080e9428fdf8d8e9648ccc5c /cmd
parentf82f4f6dbcae4c6f46c8c39bbceda526ab92ee11 (diff)
remove legacy integration tests
Diffstat (limited to 'cmd')
-rw-r--r--cmd/integration_test/main.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmd/integration_test/main.go b/cmd/integration_test/main.go
index dc0cede86..9de11a2c8 100644
--- a/cmd/integration_test/main.go
+++ b/cmd/integration_test/main.go
@@ -17,11 +17,6 @@ Usage:
If you pass no test names, it runs all tests
Accepted environment variables:
KEY_PRESS_DELAY (e.g. 200): the number of milliseconds to wait between keypresses
- MODE:
- * ask (default): if a snapshot test fails, asks if you want to update the snapshot
- * check: if a snapshot test fails, exits with an error
- * update: if a snapshot test fails, updates the snapshot
- * sandbox: uses the test's setup step to run the test in a sandbox where you can do whatever you want
TUI mode:
> go run cmd/integration_test/main.go tui