Questions tagged [x-ray]

x-ray is a web scraping library for Node.js. It can use various pluggable drivers such as HTTP or PhantomJS.

Resources:

107 questions
0
votes
0 answers

DS9 configuration issue

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…
0
votes
0 answers

How do I paginate to the next page with X-ray in this case? The next button doesn't have a class or ID

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…
XooT
  • 1
  • 2
0
votes
0 answers

X-ray JUnit XML Multipart is not accepting mutiple xml files

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 …
0
votes
0 answers

Retrieve specific data with XRAY cloud API GraphQL

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…
Ismael
  • 23
  • 4
0
votes
1 answer

Xray JSON results Automate execution with CI CD github pipeline Flutter Dart

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…
shilpa vania
  • 11
  • 1
  • 3
0
votes
0 answers

Link different Jira IDs to parameterized tests in JUnit 5

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…
Code Klaudia
  • 47
  • 1
  • 7
0
votes
1 answer

V2ray api with python

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…
mohoko
  • 1
  • 1
0
votes
2 answers

How to implement XRay in NodeJS project?

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…
0
votes
1 answer

Jenkins Xray Integration - Jira Issue Type with wrong character

In my Jennkins pipeline I have a Jira/Xray integration step : step([$class: 'XrayImportBuilder', endpointName: '/xunit', fixVersion: '1.0', importFilePath: '/MyFirstUnitTests/TestResults.xml', …
0
votes
1 answer

How to add the project license to the build with and Angular CLI project for xRay license scanning

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…
Eric Reboisson
  • 1,113
  • 2
  • 11
  • 18
0
votes
0 answers

Xray- json return empty array - No jira creation

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…
0
votes
1 answer

Xray Cloud test execution status

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
0
votes
1 answer

Triggering automated tests with Jira/ Xray and GitHub Actions

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
Camila
  • 1
  • 1
0
votes
1 answer

X-Ray import json result from Jenkins to new test execution under a test plan

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…
Luca Ruggeri
  • 121
  • 1
  • 7
0
votes
1 answer

How to add file to the 'Evidance' using Cucumber JSON Multipart into the jenkinsci/xray-connector-plugin

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": { …
almayce
  • 33
  • 4