I am trying to add test cases as well along with the test executions through the zephyr automation. what are the keywords I should specify in the xml? how it will my xml data in zephyr?
I have a testcase where i need to click on the link to download document. but when i check if the file was available on the bamboo working directory it shows that directory is empty and no pdf was st...
Hello Everyone, I have been running my selenium tests on the bitbucket pipeline and getting the following error. Connection refused (localhost:36763) Error Message: O...
I am running my simple selenium tests inside Bamboo server and they are not running in in the foreground but the same was working in fine last two years. This problem is for last few months / weeks....
i am already working on jira, i am looking for a way to link not selenium to jira, but jira to selenium. i am looking to automate test of probléms already reported on jira using Selenium
i am trying to automate recaptcha in python selenium webdriver using capmonster api for python but it seems to recieve and send response but not clicking the recaptcha because money is being d...
Hi All, Can you run selenium testng java scripts in a non headless mode with Bamboo ? Most of the answers to this question did not work and am not sure how to go about this. TIA for any s...
I am getting the ExceptioninInitializerError as cannot find Chrome Binary error while trying to run the selenium test through Bamboo job. below is the snippet from the log file error 17-M...
...ile: - step: name: Get latest versions of libraries script: - docker build . -t selenium-chrome &a...
I have tried running selenium side runner via Jenkins using below command: selenium-side-runner -c "browserName=chrome goog:chromeOptions.args=[disable-infobars,headless]" myfile.side Not sure h...
...f the yml I'm using (I've tried both the commented and uncommented version but both getting the same result) Further information about this project is, it's a Selenium/Nunit project in c# running C...
I have an issue were Maven/BitBucket are reporting 3 times the amount of tests results that I actually have. This is because the test report scanner is getting the information from several different ...
Hello! I have a Ruby on Rails app that I'm using bitbucket pipelines to deploy to Heroku. I have tests in the app that use minitest, capybara, selenium, and webdrivers. For system t...
...outte) but @javascript scenarios are failing (via selenium2). I get the following error when running a @javascript scenario: unknown error: net::ERR_CONNECTION_REFUSED (Session info: chrome=8...
...ervices: - selenium_chrome ... definitions: services: selenium_chrome: image: selenium/standalone-chrome:4.0.0-beta-1-prerelease-20210128 This is a simplification of my s...
I am able to build a docker images with my selenium tests and run them on my local docker instance without any errors. When I use the same image in pipelines however I get the error below. Has a...
Hello, I would like to know if it is possible to integrate Selenium with Jira. And if possible, I would like to know how, or what tools can help me to do this. I have heard that with zephyr it's p...
We have a series of headless chrome Selenium tests that check behavior for controls of an embedded iframe of YouTube. We are using headless chrome and the tests work fine when run l...
I user Webdriverio 6.3.6 with selenium-standalone-service 6.1.14 and all my tests run successfully locally but my test fails in bitbucket pipeline with the following error ERROR @wdio/cli:utils: A...
Hello guys, i have a nightly selenium test running in jenkins. It exports cucumber feature files from Jira/Xray, runs the test and imports the xrayresultimport.json via REST-API back to Jira/X...
Hi, Our test solution is in C# using Selenium and we use Visual Studio as our IDE. The tests are associated to test cases in TFS and the status is updated accordingly after runs. Also, we have a...
Project Details: Selenium+Java+Maven+TestNG Project contains one test: testLaunchBrowserAndOpenURL() bitbucket-pipelines.yml: image: maven:3.6.3 pipelines: custom: &n...
I am trying to create a CI/CD pipeline for my robot framework project. However, I am facing the below issue: "WebDriverException: Message: 'chromedriver' executable may have wrong permissions." Thi...
...mplemented in the template file i believe i'll need something like Selenium to test the real output. What would be the best way to do that? I've found something similar for Jira here. They have a 'jira-f...
What tools/technologies do I need to use to Integrate Jira to Selenium C# I have tried out ZephyrCloudHelper and JiraSDK
Copied to clipboard