Remote bowser communication issue
Hi there, I have a problem. We are using Bitbar for WEB UI remote tests execution. Inside our company we are using Azure, and running tests, we're getting following: Error communicating with the remote browser. It may have died. Build info: version: '4.19.1', revision: 'abe0ee07dc' System info: os.name: 'Windows Server 2019', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.7' Driver info: org.openqa.selenium.remote.RemoteWebDriver Command: [d9573d1ce0c85a148b50ed528ac6d3b9, get [url]] Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 126.0.6478.57, chrome: {chromedriverVersion: 126.0.6478.55 (7616ff175414..., userDataDir: C:\Users\selenium\AppData\L...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:60352}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: windows, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://localhost:4444/session..., se:cdpVersion: 126.0.6478.57, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true} Session ID: d9573d1ce0c85a148b50ed528ac6d3b9 Driver initialization: driver = ThreadLocal.withInitial(() -> { try { return new RemoteWebDriver(new URL(BITBAR_DRIVER_URL), new OptionManager().getBitBarOptions(os, osVersion,browser, version, ACCESS_KEY)); } catch (MalformedURLException e) { throw new NoBrowserException("This combination of OS and Browser is not supported on BitBar, or browser version not exists"); } }); Capabilities: public MutableCapabilities getBitBarOptions(String os, String osVersion, String browser, String version, String accessKey) { MutableCapabilities capabilities = new MutableCapabilities(); capabilities.setCapability("platformName", os); capabilities.setCapability("browserName", browser); capabilities.setCapability("browserVersion", version); HashMap<String, String> bitbarOptions = new HashMap<String, String>(); bitbarOptions.put("apiKey", accessKey); bitbarOptions.put("osVersion", osVersion); bitbarOptions.put("resolution", "1920x1080"); bitbarOptions.put("seleniumVersion", "4"); capabilities.setCapability("bitbar:options", bitbarOptions); return capabilities; } Tunnel start logic in pipeline script: start /b SBSecureTunnel.exe --username USER --authkey API_KEY --acceptAllCerts Has someone faced something similar?49Views0likes1CommentUpload test results in a different format than .mht when using Azure DevOps
We are using Azure DevOps for our pipeline. In this pipeline we kick off TestComplete and the test results are than attached as a .mht file to the test run. Since .mht files can only be opened by Internet Explorer and since Internet Explorer is deprecated: is there a way to store the files in a different format, e.g. zipped .html or zipped. xml and have them attachted to the test run?Solved2.5KViews0likes6CommentsAzure Devops Database connection
Hi, We are currently in process of setting up agent in the Azure pipeline for TestComplete. And, Our scripts does UI validation as well as some Database validations (SQLs). Our admin has setup Self Hosted Agent with InteractiveUserSession for running the scripts andhas some security concerns in exposing the database connections through the pipeline. Wondering, this is just not unique case for our organization, can anyone provide how they dealt with DB connections in Azure Devops. Thanks!653Views0likes1CommentThe COMException exception occurred during the test run: No tests have been executed yet..
Hello, I’m having some trouble setting up overnight test runs using Azure DevOps Team Foundation Server: I have, I think, set things up to run using a Test Plan as outlined in: https://support.smartbear.com/testcomplete/docs/working-with/integration/azure/test-adapter/build-pipeline.html When I queue the Pipeline I get an error: ##[error]RunMessage : The COMException exception occurred during the test run: No tests have been executed yet.. For each test in the TestPlan: If I try and run a Test using Test assemblies, when I look at the log the same COMException error is shown. Could anyone help me to work out what is causing this error to be thrown?Solved2.1KViews0likes3Comments