In TestCafe, I can open start multiple tunnels. However, is it possible to run specific test runs through a specific tunnel?

In TestCafe, I can open start multiple tunnels. However, is it possible to run specific test runs through a specific tunnel?

Hi Miro,

With TestCafe, since we can only spawn multiple tunnels, it is not possible to assign a particular tunnel for a particular test.

However, you can run the tests in Load Balanced mode to balance the traffic flowing from tunnel by using the below command:

export LOAD_BALANCED_MODE=true