I'm trying to use DS9 for X-ray image analysis. Before that I have to configure it for use, I need to click on option using web proxyenter image description here
Beside use internal web browser checkbox there should be another checkbox with name…
I am trying to scrape this webpage, and all the later pages too. I want x-ray to paginate through all the available pages. But the problem is the NEXT button shown in the image doesn't have any class or ID. pagination image and here's the HTML for…
I am trying to export XML results (the results are got from running the radish framework) from Jenkins to X-ray Jira.
sample_test1.feature -
Feature: Sample feature1
@test_jiraID-123
@label_sampleFeature1
Scenario: Testing1
…
I know the title of the questions its too much generic, but i making my best. Thanks to everyone. SORRY FOR THIS LONG QUESTION MY ENGLISH ITS NO PERFECT I DONT KNOW IF I COULD SHORTEN THE QUESTION :S
So, the first thing.
I used xray cloud API for…
I have written some test cases and i wanted to execute this test result to Jira/Xray. I didnt find any dart plugin for make json and import that result with xray api within github workflow.
Is there are any dart plugin or way we can achieve…
I had 55 hardcoded JUnit 5 tests in Java. Since they all test the same method (but with different parameters), I optimized my code to run ONE single test with JUnit parameterized tests :
//provideMyObjects is a method that returns an array of…
I have a problem with v2ray config file and api request
I wand to send a request to x-ui that iinstalled on my vps to create a user and get data usege of users from another server
I found a python module on github but it rise a connectio…
I've a nodejs project with Docker and ECS in AWS and i need to implement XRay to get the traces but I couldn't get it to work yet
I installed 'aws-xray-sdk' (npm install aws-xray-sdk), then I added
const AWSXRay = require('aws-xray-sdk');
in…
In my Jennkins pipeline I have a Jira/Xray integration step :
step([$class: 'XrayImportBuilder',
endpointName: '/xunit',
fixVersion: '1.0',
importFilePath: '/MyFirstUnitTests/TestResults.xml',
…
Our project has a custom license written into license attribute in package.json.
When we ng build the project we can see a 3rdpartylicenses.txt generated into dist folder with all the dependencies licenses included.
Our custom license is not…
I've created my client_id and secret on Jira and can get a proper Bearer token to communicate to Xray
I've got a return 200 code, but Nothing is created in Jira; why?
Can someone indicate to me what I've missed out
(was able to import the robot test…
Is there a way to obtain the status of every test (passed or failed) of a test execution using API REST in Xray Cloud?
I have a Jira Cloud with Xray where I import a Junit XML and I want to be able to get a file with the status of the test imported
I already integrated results of automated test with XRAY (from GitHub Actions)
But I would like to know if anyone knows how to manually trigger automated test from XRAY, pressing the "RUN" button in a test plan.
Thank you
i would like to import the results of the execution on an existing test plan but each time in a new test execution
i have the below on jenkings
stage("Publish XRay Results to JIRA") {
// publish results to Jira only when parameter…
I'd like to add file to the Evidence for new test execution.
How to upload file to the Evidance input using Cucumber JSON Multipart?
Xray plugin repo: jenkinsci/xray-connector-plugin
There is my multipart JSON:
{
"fields": {
"project": {
…