I am trying to integrate XRAY with webdriver IO , mocha using the guide below
The below -
curl -H "Content-Type: application/json" -X POST --data '{ "client_id": "CLIENTID","client_secret": "CLIENTSECRET" }' https://xray.cloud.xpand-it.com/api/v1/authenticate
needs client Id and client secret which is not available for our JIRA implementation.
so , I only have username and password , how do i use it to achieve above ?
Thanks,
Mahima.