I saw some very useful test cases in the source code under tests/system in the Orchestrator.However, these test cases have dependencies on certain foundational environments and data. But I couldn't find a method to initialize these environments and data. How should the test code under tests/system be executed?
I saw some very useful test cases in the source code under tests/system in the Orchestrator.However, these test cases have dependencies on certain foundational environments and data. But I couldn't find a method to initialize these environments and data. How should the test code under tests/system be executed?
Your assistance would be greatly appreciated.