Different configurations per XCUIApplication test

Hi,


Is it possible to specify different configurations per UI Test?


I have a situation where I would like to use a different api end-point between tests and would like to set that up before the test.


Is there anyway to either change a configuration file? - or access the app's code on setup?


Thanks


Chris

Answered by nthState in 12091022

I should have read the headers, launchArguments is what I was after.

Accepted Answer

I should have read the headers, launchArguments is what I was after.

Different configurations per XCUIApplication test
 
 
Q