(config)
| 293 | } |
| 294 | |
| 295 | function getAutomationBaseUrl(config) { |
| 296 | return `http://127.0.0.1:${config.autoBackendPort}`; |
| 297 | } |
| 298 | |
| 299 | const AUTOMATION_ROUTE_PREFIX = "/api/automation"; |
| 300 | const AGENT_SERVER_ROUTE_PREFIXES = [ |
no outgoing calls
no test coverage detected