Cucumber Tests: Improve separation by API #571
Labels
hardening
measurements to increase resiliency
linked_to_feature
Issue is linked to a feature
policy_store
Issues regarding the IRS policy store.
testing
all testing related topics
As tester / developer,
I want to separate E2E test step definitions by API in a clean way,
so that hooks do not conflict and common steps with state can be shared somehow.
Hints / Details
Before #518 there were only Step-Definitions for the IRS Job API and therefore all were defined in one class E2ETestStepDefinitions but then the Policy Store API steps were created in the new class E2ETestStepDefinitionsForPolicyStoreApi
Workarounds concerning this split-up that should be fixed:
Acceptance Criteria
Out of Scope
The text was updated successfully, but these errors were encountered: