Forum Discussion

tawakoli's avatar
tawakoli
New Contributor
11 months ago

assertion case sensitive

is there any way to make assertion case insensitive?

I have 'refVersion' in response, but my assertion is 'refVersioN', and it get failed.

1 Reply

  • Bitbar has support for downloading the test run artifacts through an API.
    curl -u <bitbar_api_key>: -X GET 

    https://cloud.bitbar.com/api/v2/users/<userId>/projects/<projectId>/runs/<runId>/device-sessions/<deviceSessionId>/output-file-set/files

    If Appium produces txt and png files Appium cloud-side(server-side) framework, you can copy those files to sandbox/output-files folder in your run-tests.sh script to be able to see it in results.

    Reach out to support if you have more questions.

    • MildaGenius's avatar
      MildaGenius
      New Contributor

      Thanks for your answer, which was hopeful to get files from test, copying result files to output-files folder.

       

      Iam not able to find runId and deviceSessionId identificators. I found only "testRunId": null in test run configuration.

       

      Can someone tell me, where is possible to find runId and deviceSessionId?