mirror of https://github.com/knative/client.git
fix review comments for pr #555
This commit is contained in:
parent
5bfbf9e0dc
commit
14ea8d2dc6
|
|
@ -48,10 +48,10 @@ E2E_TAGS="eventing" test/e2e-tests-local.sh
|
|||
|
||||
### Running a single test case
|
||||
|
||||
To run one e2e test case, e.g. TestBasicWorkflow
|
||||
To run one e2e test case, e.g. TestTrafficSplit
|
||||
|
||||
```bash
|
||||
go test -v -tags=e2e -count=1 ./e2e -run ^TestBasicWorkflow$
|
||||
test/e2e-tests-local.sh -run ^TestTrafficSplit$
|
||||
```
|
||||
|
||||
### Running tests in short mode
|
||||
|
|
|
|||
Loading…
Reference in New Issue