Skip to main content

All Questions

0 votes
0 answers
30 views

Why test cases fail in Jenkins with null pointer exception though it runs successfully on local

Test case execution failure on Jenkins Node. Testcases are written in Java using Junit. My webpage is not loading. The web app and backend is running successfully on Jenkins machine, but still it ...
Aishwarya's user avatar
0 votes
0 answers
55 views

Could not start a new session on Jenkins server

I have an issue with creating session on server while trying to run automated tests [Java + selenium] - for Firefox and Chrome. Locally tests work fine but not on provided to me Jenkins server. ...
Nuda's user avatar
  • 1
0 votes
0 answers
21 views

Segregating the test results generated by Allure

I have a little problem with the test results generated by Allure. I receive results properly. I run tests on different levels and I use copyArtifact() to receive an aggregated result of all the ...
blofeld's user avatar
  • 19
0 votes
1 answer
50 views

Run Robot in Jenkinsfile does not fetch the correct test.robot file from Github

So I have a school project that have given me so many headaches in every step of the way. It is located on Github and is run through Jenkins as a pipeline project, parameterized with git parameters ...
Pär Ershag's user avatar
0 votes
0 answers
15 views

My selinium with java build is sucess in jenkins but Browser not open

I have tried There is a checkbox under the Log On tab in the properties window for a Windows service that is called "Allow service to interact with desktop." If you're trying to check that ...
Vikram Jamdade's user avatar
-1 votes
2 answers
37 views

Cannot see test after adding to Jenkins

When creating a job and adding it to Jenkins. Jenkins marks the job as done, but there is no test activity displayed (the test has 24 test cases) and the report from Allure is empty. Do you know what ...
Norman's user avatar
  • 1
0 votes
0 answers
140 views

Automated test runs correctly locally, but fails in jenkins

I created a simple Page Object style test that automates testing for language changes on a site. Locally the test runs correctly, but when running in jenkins an error occurs. I have attached a ...
Artyom's user avatar
  • 1
0 votes
1 answer
46 views

Looking for a report that can be emailed for an automated testing suite run on WebdriverIO Selenium in Jenkins

I have a local suite of automated tests I'm running on a local Jenkins instance. I want to output an automated report of the builds that can be attached to emails in Jenkins. Allure Reporting won't ...
Seán's user avatar
  • 21
0 votes
0 answers
29 views

NullPointerException while running Maven tests from Jenkins [duplicate]

I am trying to run maven test cases from Jenkins but its throwing NullPointerException. [ERROR] Tests run: 6, Failures: 6, Errors: 0, Skipped: 0, Time elapsed: 9.662 s <<< FAILURE! - in ...
Nitin k's user avatar
  • 165
1 vote
1 answer
241 views

How test automation suite will run on CI/CD tools while running using maven or testing?

It might be stupidity question but I am very new to this CI/CD tools automaiton. Let me tell what I need , we have built a framework for API testing. here we are using rest-assured, spring framework &...
Soma's user avatar
  • 13
0 votes
1 answer
75 views

cy.readFile asserts with null on Jenkins

I got the assertion error in Jenkins when I try to compare the downloaded file content with needed one: Timed out retrying after 8000ms: expected null to equal '"User","Password",&...
Yuliia Kyhym's user avatar
1 vote
1 answer
626 views

Jenkins - use cloud run as an agent

I have a Jenkins setup on a compute engine, and I don't use any agents for executing the jobs. However, as I have more and more jobs, the queue is becoming a problem, especially for a particular ...
Arrstad's user avatar
  • 160
0 votes
1 answer
116 views

How can an app be automatically tested if it needs mic access on MacOS (Ventura 13.3)

I’m working on automated Jenkins CI tests for a realtime audio application. I use playwright to interact with the app, but the mic acces is requested by the app itself, not playwight/the nightly ...
TheBaum's user avatar
  • 142
1 vote
1 answer
324 views

Jenkins is failing to find Chrome browser for automated tests - what can I do?

I'm trying to start to run in Jenkins my tests java + selenium+ TestNG for exemple Im try to get title on google.com In my IDE all work correct, my code in git, jenkins starting, compile project To ...
Sanich's user avatar
  • 21
0 votes
1 answer
254 views

How to implement rerun on skipped Robot Framework test cases in jenkins

How to implement rerun on failed Robot Framework test cases in jenkins Failed cases are rerun using below argument declared in the jenkins pipeline, however the dependent cases which were skipped in ...
Gunjan Chhabra's user avatar

15 30 50 per page
1
2 3 4 5
17