temporalio / temporalio/features
[Documentation] Testing feedback request
Open
@lorensr is already working on this.
Since Aug 15, 2022.
documentation
- Dominant language
- Go
- Stars
- 32
- Forks
- 28
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
Adding a testing section to the application development guide.
Add comments, content, or suggestions. This will be the outline we will follow.
The following is the suggested TOC:
Testing
- Replay (link to current section)
- Emulate server (SDKs that support TestWorkflowClient)
- Server options
- Time-skipping option
- Per class
- Switch on
- Switch off
- Per activity / function
- Switch on
- Switch off
- Per class
- Emulate await
- sleep(int seconds)
- sleepUntil(int $timestamp)
- Workflow sandbox
- Debugging
- Set environmental var:
TEMPORAL_DEBUGtoTrue.
- Set environmental var:
- Error handling
-
IsContinueAsNewError(add additonal errors)
-
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.