Skip to content

Manually enter path in run window #21

@compubasejovl

Description

@compubasejovl

It would be nice if it was possible to manually enter the path to run, and that the path entry accept the same entry as the procedure ut.run() does.
So that you could enter either the package, the test procedure or you could use the suitepath or part of it.

Activity

self-assigned this
on Jul 26, 2021
simasch

simasch commented on Dec 6, 2021

@simasch
Member

@compubasejovl Why do you need that because you can go to the objects browser and start the tests from there.

compubasejovl

compubasejovl commented on Dec 9, 2021

@compubasejovl
Author

@simasch, thanks for you reply.

The reason is so that we could run all test from a specific suitepath. For example we have a test package with the following suitepath, "cce.tables.cce_gbr_klt_data_autorisatie.business_rules.cer0193". I know that it is possible to run part of the path, so we could run al test from "cce.tables.cce_gbr_klt_data_autorisatie" or "cce.tables", this is possible if we run the tests from plsql directly.

It would be nice to have that option in de plsql-developer plugin also, if I run the package with the suitepath from above the plugin shows the path "cce.tables.cce_gbr_klt_data_autorisatie.business_rules.cer0193", but I cannot alter is so that the plugin runs all test from "cce.tables"

I hope that it's clear why we want to have that option, if you have any questions let me know.

simasch

simasch commented on Dec 9, 2021

@simasch
Member

@compubasejovl Now it's clear. Thank you

added a commit that references this issue on Dec 10, 2021
simasch

simasch commented on Dec 10, 2021

@simasch
Member

@compubasejovl There is new release https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/releases/tag/1.2.4
Would you please be so kind and test it if it fits your expectations?
If not please feel free to reopen the issue.
Thank you

compubasejovl

compubasejovl commented on Dec 15, 2021

@compubasejovl
Author

@simasch, thanks for the enhancement. It's exactly what I asked for.

simasch

simasch commented on Dec 15, 2021

@simasch
Member

@compubasejovl Great Thanks for the feedback!

jgebal

jgebal commented on Dec 15, 2021

@jgebal
Member

@simasch
I can't find a mention of that feature in documentation (readme).
Can you add a screenshot and few words to describe that it's available and how to use it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @simasch@jgebal@compubasejovl

      Issue actions

        Manually enter path in run window · Issue #21 · utPLSQL/utPLSQL-PLSQL-Developer