Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update trait name in ReadMe 📚 #8

Merged
merged 1 commit into from
Mar 15, 2023
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ In order to test workflows end-to-end, you need a temporal server running.
This package provides two options to run a temporal server for testing purposes:

- Run `temporal:server` command, which will start a temporal testing server and use the `WithTemporalWorker` trait which will start a test worker
- Use the `WithTemporalServer` trait, which will start a temporal testing server and the test worker when running test and stop it on finish
- Use the `WithTemporal` trait, which will start a temporal testing server and the test worker when running test and stop it on finish

> When using `WithTemporalServer` trait, you can set `TEMPORAL_TESTING_SERVER` env variable to `false`
> When using `WithTemporal` trait, you can set `TEMPORAL_TESTING_SERVER` env variable to `false`
> to disable the testing server and run only the worker.

### Mocking workflows
Expand Down