Skip to content

Commit de76155

Browse files
e2e reference
Signed-off-by: James Milligan <[email protected]>
1 parent 56e3e13 commit de76155

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/development_notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Run `make test` to run the test suite. The controller integration tests use [env
1313
This provides means of asserting that the Kubernetes components reach the desired state without the overhead of using an actual cluster, keeping
1414
test runtime and resource consumption down.
1515

16+
An e2e test suite can also be found in the [`/test/e2e`](../test/e2e/DEVELOPER.md) directory. These tests are run as part of the `pr-lint` github action, they work by deploying an nginx reverse proxy and asserting that curls to the proxy elicit expected behaviour from the flagd sidecar created by open-feature-operator.
17+
1618
## Releases
1719

1820
This repo uses _Release Please_ to release packages. Release Please sets up a running PR that tracks all changes for the library components, and maintains the versions according to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/), generated when [PRs are merged](https://github.com/amannn/action-semantic-pull-request). When Release Please's running PR is merged, any changed artifacts are published.

0 commit comments

Comments
 (0)