Disabling Network Mock Mode
You can disable the network mock mode for tests that have been previously marked as enabled.
Disabling mock network mode through the UI:
To disable mock network mode through the UI:
In the Properties pane, under mock network toggle the Run test on mock network setting.
Disabling mock network mode through the CLI
Disable mock mode for the entire CLI run
If you want to cancel the mock mode for the entire CLI run, you do so by passing --disable-mock-network
flag. The mock mode will be disabled even if some of the tests have mock toggle on.
> testim --disable-mock-network
Example:
testim <your CLI options> <your CLI parameters> --mock-network-pattern
Updated about 4 years ago