adobe / phased-testing

A TestNG plugin that allows tests to be reused in validating System changes such as upgrades or system changes that happen in chaos engineering.
MIT License
7 stars 3 forks source link

Export and Import Context Should be Properties Based #90

Open baubakg opened 2 years ago

baubakg commented 2 years ago

The export and import of the context is currently tightly coupled with files.

When the producer phase is finished, we create a file (containing properties), which is then used by the databroker for exporting wherever we want.

The basic Idea is to let the user decide this, and: