From c7f2e662a18309476a70a2d02d7ef3b1898c8376 Mon Sep 17 00:00:00 2001 From: Istvan Kispal Date: Tue, 28 May 2024 00:59:35 +0200 Subject: [PATCH] document how to call the e2e CLI test properly with a local porch server --- .gitignore | 1 + docs/tutorials/porch-development-environment/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0193fe49..26a28f3c 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ coverage_unit.html !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json +__debug* ### VisualStudioCode Patch ### # Ignore all local history of files diff --git a/docs/tutorials/porch-development-environment/README.md b/docs/tutorials/porch-development-environment/README.md index 67428c81..8c6f800a 100644 --- a/docs/tutorials/porch-development-environment/README.md +++ b/docs/tutorials/porch-development-environment/README.md @@ -204,7 +204,7 @@ E2E=1 go test -v ./test/e2e To test porch via its CLI: ``` -E2E=1 go test -v ./test/e2e/cli +E2E=local-server go test -v ./test/e2e/cli ``` # Create Repositories using your local Porch server