GithubHelp home page GithubHelp logo

Comments (3)

Testinator-X avatar Testinator-X commented on August 14, 2024

The name of the plan is not necessarily unique. There can be several active plans with the same name at the same time. How do you suggest that the CLI tool itself should decide to which plan the run should be assigned if several plans with the same name exist at the same time (intentionally or unintentionally)?

In my opinion, it makes much more sense for your use case if your pipeline creates the new plan via API. You will then receive the ID as a response and you should remember this in your pipeline in order to add plans to this run in the future. 🤔

At least that's how we do it. When we deploy a new version of our application, a milestone with the version number and a run with the name of the milestone are automatically created and the results are then added to this run via CLI Tool.

from trcli.

AlbertoValdivia20 avatar AlbertoValdivia20 commented on August 14, 2024

I was think in managing like suite for example that you can use the option you want
From the Readme:
--suite-id Suite ID to submit results to. [x>=1]
--suite-name Suite name to submit results to.

Because what I want is to use the same test plan for a whole month and create a new one for each month.
As you say to deploy a new version it's easy to do it the way everything is right now.
I'm also taking into account that the way we create testplans in our team it's almost impossible for us to duplicate testplans.

from trcli.

AlbertoValdivia20 avatar AlbertoValdivia20 commented on August 14, 2024

The idea would be, I have in the pipeline this test plan name AUTO_REGRESSION_${ENV}_${monthAndYear}
If it already exists add the test run, if not create a new test plan with that name

from trcli.

Related Issues (20)

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.