Hi team, I’d like to run some tests against localhost. Could you please point me to the docs where I could configure that?
Hi Macy,
In order to test your localhost you need to simply configure the tunnel which can be achieved by passing tunnel capability as true. You can get this under tunnel settings in your lambdatest_config.json file -
"tunnel_settings": {
"tunnel": false,
"tunnelName": null
}
You can also refer to our doc: List of LambdaTest Cypress CLI Commands | LambdaTest