Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions test/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Knative Eventing e2e tests
to verify the behavior of this specific implementation.

If you want to add tests for a new `ClusterChannelProvisioner` and reuse
existing tests for it, please look into [config.go](../common/config.go)
and make corresponding changes.
existing tests for it, please look into [config.go](../common/config.go) and
make corresponding changes.

If you want to add a new test case, please add one new test file under
[e2e](.) and use the `RunTests` function to run against multiple
If you want to add a new test case, please add one new test file under [e2e](.)
and use the `RunTests` function to run against multiple
`ClusterChannelProvisioners` that have the feature you want to test.

### Requirements
Expand Down