Skip to content

Commit a8bc76a

Browse files
Update changelogs from fern repo (#453)
Co-authored-by: tstanmay13 <[email protected]>
1 parent ec1acbd commit a8bc76a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## 2.41.0
2+
**`(feat):`** Add support for generating wire tests via `enable-wire-tests` flag. Wire tests verify HTTP protocol communication
3+
using MockWebServer and are generated for all endpoints in a service.
4+
5+
```yaml
6+
customConfig:
7+
enable-wire-tests: true
8+
```
9+
10+
Generated tests include:
11+
- Working 404/500 error tests that compile immediately
12+
- Success test templates with TODO comments for customization
13+
- Proper handling of staged vs regular builders
14+
- Constants for all magic strings for better maintainability
15+
16+
Note: Complex request bodies and response validation require manual customization.
17+
18+

0 commit comments

Comments
 (0)