citrusframework / citrusframework/citrus

Set test variables in TestDesignerBeforeSuiteSupport/TestRunnerBeforeSuiteSupport

Open
#400 6 comments 0 reactions 0 assignees View on GitHub
enhancement prio-low
Dominant language
Java
Stars
485
Forks
155
Avg merge
4d 22h
Merged PRs (30d)
6

Description

As a citrus test developer, I want to be able to set variables for the tests in the `TestDesignerBeforeSuiteSupport` hook to prepare my test environment efficiently.

As #392 shows, it's currently required to use a `TestDesignerBeforeTestSupport` implementation to manipulate the variables available within a single test. This implies, in the context of #392, that the same database request is performed before every test case. This can be optimized, if it's possible to manipulate test variables in the `TestDesignerBeforeSuiteSupport` implementations.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.