Skip to content
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

Runner enhancement #1342

Closed
A570343 opened this issue Aug 13, 2015 · 3 comments
Closed

Runner enhancement #1342

A570343 opened this issue Aug 13, 2015 · 3 comments
Labels
Milestone

Comments

@A570343
Copy link

A570343 commented Aug 13, 2015

From my experience, it seems that if I have a CSV file that I want to use during a run and I want to run through all of the rows within the file, I have to set the Iterations to the number of rows in the file.

What I'd like to see is a checkbox that says something like "Iterate through all rows." When this checkbox is checked, it would:

Gray out the Iteration fields
Override the Iteration number
Loop through all of the rows in the file

@davecanderson
Copy link

Perhaps if the iteration count is 0 then iterate over all items in data file. This would be useful in Runner and Newman.

The iteration count couples together the configured steps in our CI build process that use Newman with the test data files which are in source control.

Adding new lines to the test data in SCM can trigger the CI build but that has no affect until the build scripts are updated.

Our test team doesn't have access to the build scripts but do have access to the test data.

@sdnts sdnts added this to the 4.9 milestone Nov 25, 2016
@sdnts
Copy link

sdnts commented Nov 25, 2016

@davecanderson That's an interesting solution. We're looking into auto-populating the iteration count when you specify a data file.

We're actually working on a redesign of the runner that does exactly this.
The new Runner is on our Canary channel, and you can download it for OSX / Windows (x86 or x64) / Linux (x86 or x64) / Chrome

I'd recommend you to join our Slack community here so you can provide feedback before the runner moves to our stable builds :)

@sdnts
Copy link

sdnts commented Dec 2, 2016

Hey @davecanderson The new Runner is out with our latest version (4.9) on our native apps. This is possible now :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants