tmforum-oda / oda-canvas

Apache License 2.0
19 stars 50 forks source link

ctk : Refactor the TDD steps to make them more modular #217

Closed LesterThomas closed 6 months ago

LesterThomas commented 6 months ago

Description

Currently the TDD steps are in a single file for all BDD features. To enable multiple teams to work on different operator implementations in parallel, you should refactor these into multiple separate modules.

The modules should be based on the modularity of the different Canvas Operators. e.g. a separate module for the steps relating to Identity Management, API Management and the overall Component package management.