Skip to content

Commit

Permalink
document how to call the e2e CLI test properly with a local porch server
Browse files Browse the repository at this point in the history
  • Loading branch information
kispaljr committed May 27, 2024
1 parent 68afd17 commit c7f2e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/porch-development-environment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7f2e66

Please sign in to comment.