-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow input filenames in the same format as Robot #43
Comments
I will consider this, but I doubt that I will implement it. I don't see any value to adding this feature. The main purpose of the tool is to check whole files, not individual tests. Why do you need to specify specific files, and why can't you specify suites by simply providing that suite as an argument? |
Hi |
I don't understand this statement: "This is the case where testSuite is not
defined by system path with extension."
All robot test suites by definition must have a path on the system. The
definition of a robot suite is a file or a directory.
…On Tue, Jun 13, 2017 at 7:26 AM, Krzysztof Jozefowicz < ***@***.***> wrote:
Hi
This is connected with #44
<#44>, if user
already can create argument file for robot testrun, it would be consistent
to use the same argument file as input for rflint.
One way of specifying suites is to provide a path to project and path to
suite by *-s ProjectName.SubFolders.SuteName path-to-project*
This is the case where testSuite is not defined by system path with
extension.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABEmYlbn--k63Bz_Ws-_o8iojwREJSClks5sDn_YgaJpZM4N4Osq>
.
|
Let me provide example what I meant by " testSuite is not defined by system path with extension."
Robot & RfLint can execute following suites by robot eh: robot /home/myRobot/mytest.robot or robot /home/myRobot/subdir/mytest2.robot This way only project/parent dir path is specified, suites follows path by |
Hi
currently RfLint accepts either path to filename or folder with recursive search.
It would be very useful to allow user to use Robot format for TestSuites as well so the same arguments for Robot could be used in RfLint:
What I mean is to:
The text was updated successfully, but these errors were encountered: