Git Product home page Git Product logo

robotframework-testrail's People

Contributors

sinanerdinc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

robotframework-testrail's Issues

include_all issue

Hello,

I changed the "include_all": False in robot_testrail.py, and I'm getting the below error. Please provide some guidance on how to fix this issue. I would greatly appreciate it.

Traceback (most recent call last): File "/usr/src/project/robot_testrail.py", line 77, in <module> run() File "/usr/local/lib/python3.10/site-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/click/core.py", line 782, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.10/site-packages/click/core.py", line 610, in invoke return callback(*args, **kwargs) File "/usr/src/project/robot_testrail.py", line 73, in run _testrail.add_result_for_case(report_file, run_info) File "/usr/src/project/robot_testrail.py", line 56, in add_result_for_case resp = self.client.send_post('add_result_for_case/' + str(run_info['id']) + '/' + str(cid), payload) File "/usr/src/project/testrail.py", line 48, in send_post return self.__send_request('POST', uri, data) File "/usr/src/project/testrail.py", line 82, in __send_request raise APIError('TestRail API returned HTTP %s (%s)' % (e.code, error)) testrail.APIError: TestRail API returned HTTP 400 ("No (active) test found for the run/case combination.")

KeyError: 'custom_automation_id'

Hello, Im receiving below error

api_request_handler.py", line 301, in check_missing_test_cases_ids aut_case_id = case["custom_automation_id"] KeyError: 'custom_automation_id'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.