Introducing the TestRail CLI: Send Automated Test Results to TestRail from Anywhere

Тәжірибелік нұсқаулар және стиль

** TestRail CLI has been updated with more features and support for different automation workflows. Check out how the new version can help you: • Test Automation Workfl... **
With the TestRail CLI, it’s now faster and easier than ever to centralize tracking of testing progress, measure quality, and get historical intelligence across both manual and automated testing.
The TestRail CLI allows you to parse and upload JUnit-style automated test results into TestRail directly from the command line or by running the CLI as part of an automated build pipeline in your CI/CD tool. The CLI is completely free, open source, and available to download now: github.com/gurock/trcli#insta....
Watch out this webinar recorded in June 2022 for a short demo of the TestRail CLI, hosted by Solution Architect Diogo Rede, or check out these other useful resources to learn more:
⚡Q&A Follow-Up Transcription:
www.gurock.com/testrail/intro...
⚡Repository
github.com/gurock/trcli
⚡Blog
blog.gurock.com/announcing-th...
⚡TestRail CLI Documentation
www.gurock.com/testrail/docs/...
⚡How to Integrate TestRail with JUnit5
www.gurock.com/testrail/docs/...
⚡How to Integrate TestRail with NUnit
www.gurock.com/testrail/docs/...
⚡How to Integrate TestRail with Robot Framework
www.gurock.com/testrail/docs/...
Video Chapters
00:00 - What's the TestRail CLI tool?
03:47 - How to install and configure the CLI tool
06:28 - Importing JUnit-style test results to TestRail
15:50 - Using TestRail's CLI with CI systems
20:40 - Q&A
📢 Make Your Testing More Efficient with the TestRail Academy
academy.gurock.com/
Get in touch!
contact@gurock.com
Connect with us on LinkedIn
/ testrail 👈
Follow us on Facebook
/ testrailbygurock 👈
Follow us on Twitter
/ testrail 👈
Watch webinars on-demand
www.gurock.com/testrail/webinars 👈

Пікірлер: 20

  • @addvjjk1476
    @addvjjk14767 ай бұрын

    Hi , Does Testrail CLI supports allure report? , do you have any example for Webdriverio framework ?

  • @mlimacogaray
    @mlimacogaray Жыл бұрын

    Hi, guys ... I have an automated test case that creates a txt file at the end of its execution, and I want to attach that file to the TestRail result. Currently, we are using sauce labs to see the execution of each automated test case. At the weekend, we execute a job to run all the automated test cases. If someone has any idea how to tackle the issue, please, let me know.

  • @user-zj4bt7fl1l
    @user-zj4bt7fl1l Жыл бұрын

    Why does trcli get 400 when querying all testrail projects? At the same time, curl will receive a list of projects with a similar request?

  • @joeldelumen3556
    @joeldelumen3556 Жыл бұрын

    Ive tried running the sample file but the XML generated is missing a . It only only creates one while in the sample xml file, it has 2. Do you have any resolution for this issue?

  • @testrail

    @testrail

    Жыл бұрын

    Hello, thanks for reaching out! To verify your issue, we would request you to add more information about your problem with the TestRail CLI here: github.com/gurock/trcli/issues. That way, I can get you connected with the right folks in our technical team who can troubleshoot and resolve the issue for you.

  • @TheAREY81
    @TheAREY818 ай бұрын

    Hello usually I use the Jenkins pipeline for running my regression testing this pipeline contains a few Jobs and each of the Jobs generates its own Junit XML report. And my question is how can I upload these test results to TestRail into the same Test Run? Without creating a new Test Run for each Junit file.

  • @testrail

    @testrail

    8 ай бұрын

    Thank you for reaching out! The CLI does not support your use case for now. Please, create an issue in GitHub so we can further improve the CLI features to meet your needs: github.com/gurock/trcli

  • @h1ghpower
    @h1ghpower Жыл бұрын

    Can we integrate testrail along with GitHub? And maybe for example somehow if I fail an item in testrail manually..it will automatically reopen it in GitHub etc....? Any ideas ?

  • @carlossantanna5353
    @carlossantanna5353 Жыл бұрын

    I try to follow the example project but it's not working. Is returning Automation_id_field error. I'm using TRCLI version 1.3.1. Please I need help.

  • @testrail

    @testrail

    Жыл бұрын

    Hi Carlos! We would request you to open an issue here: github.com/gurock/trcli/issues. This way, we can get more information to understand the problem and work on a fix.

  • @user-zj4bt7fl1l
    @user-zj4bt7fl1l Жыл бұрын

    The error says that we need to add Content-type: application/json. How can this be done in trcli?

  • @testrail

    @testrail

    Жыл бұрын

    Hello, thanks for reaching out! To verify your issue, we would request you to add more information about your problem with the TestRail CLI here: github.com/gurock/trcli/issues. That way, I can get you connected with the right folks in our technical team who can troubleshoot and resolve the issue for you.

  • @AbhishekDubey-xd9pc
    @AbhishekDubey-xd9pc Жыл бұрын

    Can we Integrate testrail with Cucumber Playwright framework ? Any ideas?

  • @testrail

    @testrail

    Жыл бұрын

    Yes! You can integrate TestRail with Playwright using the CLI. Check out this guide for more information: support.gurock.com/hc/en-us/articles/9682231778324-Integrating-with-Playwright

  • @mohammedsuhailbasha9259
    @mohammedsuhailbasha9259 Жыл бұрын

    Hi Team, I am getting content-type header missing error

  • @testrail

    @testrail

    Жыл бұрын

    Hi Mohammed! That error should be fixed already in the latest version of the CLI (1.4). If you are still getting the same error, we would request you to add more information here: github.com/gurock/trcli/issues. Thank you!

  • @GuilhermeSilva-fq7yr
    @GuilhermeSilva-fq7yr Жыл бұрын

    Can i use with jest?

  • @testrail

    @testrail

    Жыл бұрын

    Hi Guilherme! Thank you for reaching out. Yes, you can use the TestRail CLI with Jest. You just need to install a Jest reporter that creates compatible Junit report files.

  • @GuilhermeSilva-fq7yr

    @GuilhermeSilva-fq7yr

    Жыл бұрын

    @@testrail I'm trying to send the steps and expected result but i can't. Is this even possible?

  • @testrail

    @testrail

    Жыл бұрын

    If you are working with a code-first approach, you can send the test results and the CLI will create the test cases in TestRail automatically. Check out these usage examples to enrich your test case creation with the CLI: support.gurock.com/hc/en-us/articles/12908548726804-Usage-examples

Келесі