Skip to content

Commit 437fb75

Browse files
committed
updated readme
Signed-off-by: Mohamed V J <[email protected]>
1 parent 3bbfb6d commit 437fb75

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CONTRIBUTING.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@ Run tests with `npm test`.
3030

3131
### End-to-End Tests
3232

33-
The continuous integration runs a set of [gherkin e2e tests](https://github.com/open-feature/test-harness/blob/main/features/evaluation.feature) using [`flagd`](https://github.com/open-feature/flagd). These tests run with the "e2e" npm script. If you'd like to run them locally, you can start the flagd testbed with
34-
```
35-
docker run -p 8013:8013 ghcr.io/open-feature/flagd-testbed:latest
36-
```
37-
and then run
33+
The continuous integration runs a set of [gherkin e2e tests](https://github.com/open-feature/test-harness/blob/main/features/evaluation.feature) using in-memory provider. These tests run with the "e2e" npm script. If you'd like to run
3834
```
3935
npm run e2e-server
4036
```

0 commit comments

Comments
 (0)