Skip to content

Commit a49f1e0

Browse files
Updates instructions for running e2e tests to match CI (microsoft#37)
Signed-off-by: Elena Kolevska <[email protected]> Co-authored-by: Bernd Verst <[email protected]>
1 parent f30442e commit a49f1e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,11 @@ make test-unit
177177

178178
### Running E2E tests
179179

180-
The E2E (end-to-end) tests require a sidecar process to be running. You can use the Dapr sidecar for this or run a Durable Task test sidecar using the following `docker` command:
180+
The E2E (end-to-end) tests require a sidecar process to be running. You can use the Dapr sidecar for this or run a Durable Task test sidecar using the following command:
181181

182182
```sh
183-
docker run --name durabletask-sidecar -p 4001:4001 --env 'DURABLETASK_SIDECAR_LOGLEVEL=Debug' --rm cgillum/durabletask-sidecar:latest start --backend Emulator
183+
go install github.com/microsoft/durabletask-go@main
184+
durabletask-go --port 4001
184185
```
185186

186187
To run the E2E tests, run the following command from the project root:

0 commit comments

Comments
 (0)