Questions tagged [test-results]

46 questions
1
vote
1 answer

Test result chart/graph from release in tfs 2017

I tried to show test result from automation test on dashboard but I wasn't able to do it. In release I have environment which is responsible for running automation tests, I can see test results in release details and in tests runs. In test runs…
1
vote
1 answer

Jenkins NUnit test results analyzer pipeline syntax

Jenkins 2.85 Pipeline Script I am trying to set up the Test Result Analyzer so that I may attach those reports to an email. A TestResult.xml file is created on running my build. I tried running the following line in my test stage: step([$class:…
Lgalan90
  • 595
  • 2
  • 12
  • 31
1
vote
1 answer

Difference between Tests and Steps in testng

I am new to testng, i am using testng with extent report. In extent report i see two charts as Tests and Steps. My total test has 2 pass and 4 failures which i see in test chart, i dont know what is steps chart. Can some one explain me the…
Senthil RS
  • 271
  • 3
  • 8
  • 17
1
vote
1 answer

Best way to save Jenkins job-history/success-rate stats for 6+ months?

What would you all recommend as the best way to save Jenkins job-history/success-rate stats for 6+ months (for service-level agreement purposes)? Normally, Jenkins jobs are configured to save history for a certain amount of time but on our Jenkins…
djangofan
  • 28,471
  • 61
  • 196
  • 289
0
votes
0 answers

Report from ADO for test results having attachment

Is it possible to get a report from ADO to tell which test cases have attachments as part of test results as an evidence of test success? Please note that I am not talking about attachments when test cases are defined. I have not tried anything as…
0
votes
2 answers

How to Store the Cypress Run Result into Variable

I am using Cypress with Cucumber-preprocessor ,I need to store the result of Cypress Run that get printed in the console after execution I need to pass this data to api call Below is the example of Cypress Run Result - test case pass, fail, time…
0
votes
1 answer

Set classname attribute for in TestResults.xml from NUnit Console Runner (workaround JENKINS-53349)

I'm using NUnit and Jenkins and ran into Bug JENKINS-53349. It doesn't look like this will get fixed soon, so I would like to make this work. This bug is annoying because you can't see which test failed and the test result output is not stable.…
Darkproduct
  • 1,062
  • 13
  • 28
0
votes
0 answers

How to generate single html test result in multi module gradle project?

I am working on a multi module java gradle project. I am trying to create a Test report with test results coming from all modules. I tried to use Test Report Aggregation Plugin but its not working. Can anyone suggest how to use it or any other way…
O_K
  • 922
  • 9
  • 14
0
votes
0 answers

How to attaching automation test results to ms teams channel?

I am currently running my automation (UI) tests on azure devops release pipeline using Playwright. Whenever the test run finishes I Need a notification to my teams using bot. but i face some issue like this enter image description here i am using…
0
votes
0 answers

Merge several tests executed trx files into a single trx file without appending the results

I am using TRX-Merger.exe to merge the *.trx files and generate a combined one. But I am facing issue is, after the merge the results are getting duplicated(appending), like before merging the results was showing 120 passed and 20 failed, after the…
0
votes
1 answer

Unable to determine the time taken for test case from output file

I am currently using jest to run my tests and redirect the output to the file using the below command: “jest --runInBand tests/*tests.ts --json --verbose --outputFile=testout.json" In the output.json file, the time taken for each of the suite is…
0
votes
1 answer

How to send release pipeline artifact (TestResults_runId.zip) by email in Azure DevOps?

I created a release pipeline in Azure DevOps to run my Cypress tests. Currently it hae the following tasks: Use Node (Node.js tool installer) Install Dependencies (nmp) Run Tests (npm) Publish Test Results (test result format JUnit) Send Email…
0
votes
1 answer

TestContext.AddTestAttachment(string path) is not attaching the files to the test report when path is more than 255

I am trying to run nunit tests in azure test plan by triggering Release build pipelines. I have observed file attachments with greater than 255 characters are not attached to the test report. Using below code to attach reports…
Siddhu255
  • 27
  • 7
0
votes
1 answer

Failed Test does not fail task in YAML

I have a build pipeline as shown below variables: - name: BuildParameters.solution value: '**/*.sln' - name: buildConfiguration value: Release name: $(date:yyyyMMdd)$(rev:.r) trigger: none resources: …
Paul
  • 2,773
  • 7
  • 41
  • 96
0
votes
1 answer

Getting error in Xray while uploading JSON with Test Results from wdio cucumber json reporter

I can't upload JSON results from wdio-cucumberjs-json-reporter to xray (test execution), there's an error and I'm not sure if it's a problem with reporter package or xray? I tried some other reporters as well but nothing was handy. Which…
beauvoir
  • 67
  • 1
  • 9