Open
Description
It is a good idea to properly isolate tests. However, this is currently not possible when working with configuration values.
Preconditions
- Magento 2.3.3
- MFTF 2.4.3
Steps to reproduce
- Have a M2 installation of a client.
- Write a test with config changes.
- Run the test.
Expected result
- After the test has run, the configuration should be exactly like before.
Actual result
- It is currently not possible to reset config values to the values that were configured before the test was run. There should be a possibility to do so.