citrusframework / citrusframework/yaks

Support multiple Http client/server components in single test

Open
#102 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
90
Forks
28
PR merge metrics
No merged PRs in 30d

Description

At the moment we can handle only one single Http client/server component when writing tests with YAKS. It should be possible to have multiple components and interact with these in a single test.

Something like:
```gherkin
Given Http client fooClient
Given Http client barClient

When active Http client is fooClient
And send GET /todo
Then receive Http 200 OK

When active Http client is barClient
And send GET /todo
Then receive Http 404 NOT FOUND
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.