2
我有以下文件夾結構,我想要多個測試套件存在於不同的目錄中。如何將多個代碼集套件添加到一個項目中的不同文件夾中?
- project
- app
- app-A
- tests
- (functional tests here)
- app-B
- tests
- (functional tests here)
- domains
- domain-A
- tests
- (unit tests here)
- domain-B
- tests
- (unit tests here)