Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
token=$(curl -H "Content-Type: application/json" -X POST --data '{ "client_id": "${***}","client_secret": "${***}" }' https://xray.cloud.xpand-itgetxray.comapp/api/v1/authenticate| tr -d '"')

...

No Format
curl -H "Content-Type: application/json" --output featureBundle.zip -X GET -H "Authorization: Bearer ${token}"  "https://xray.cloud.xpand-itgetxray.comapp/api/v1/export/cucumber?keys=CALC-1;CALC-3"

...

No Format
curl -H "Content-Type: application/json" -X POST -H "Authorization: Bearer ${token}" --data @report.json https://xray.cloud.xpand-itgetxray.comapp/api/v1/import/execution/cucumber

...

No Format
token=$(curl -H "Content-Type: application/json" -X POST --data '{ "client_id": "${***}","client_secret": "${***}" }' https://xray.cloud.xpand-itgetxray.comapp/api/v1/authenticate| tr -d '"')

...

No Format
curl -H "Content-Type: text/xml" -X POST -H "Authorization: Bearer ${token}" --data @report.xml https://xray.cloud.xpand-itgetxray.comapp/api/v1/import/execution/junit