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

Run all tests in a folder #20

Open
simonalexander2005 opened this issue Apr 9, 2020 · 5 comments
Open

Run all tests in a folder #20

simonalexander2005 opened this issue Apr 9, 2020 · 5 comments

Comments

@simonalexander2005
Copy link

In order to improve the usefulness of the tool, it would be helpful to be able to run all tests in a folder without having to open and run each individually; and then be able to see a report that covers all the tests in the folder. This view could perhaps happen when the folder name is left-clicked in the UI. That view could also show a summary of when each test was last run and whether it passed or not.

@zheng-wang
Copy link
Owner

This feature is definitely required. Actually it has been in my backlog for long time due to

  • its complexity to implement
  • its relatively lower value comparing to other improvements to do (based on my own work experience)
  • my time limitation

The conditions above still exist, so please be patient on this feature's arrival time. :)

@simonalexander2005
Copy link
Author

Yes of course. It would be useful if it had the option to run in parallel (if the tests don't interact with each other), or in sequence (if they would otherwise interfere with each other's running)

@zheng-wang
Copy link
Owner

Right, besides parallel/sequence running of test cases in one folder, there is also consideration as to parallel/sequence running of different folders (run one folder, then quickly go to another folder and run it). Will need to go into more details when starting to implement this feature.

@simonalexander2005
Copy link
Author

Yes, and to have Properties that can be set at folder-level too

@zheng-wang
Copy link
Owner

Properties on folder is a different feature, so need another issue to discuss.

Actually I am sure you are able to open another 1000 issues to Iron Test given it is far from version 1.0 and would probably need a couple of years to get there. : )

So my suggestion is for you to open issues that have big value to your current work, so that my limited effort can effectively benefit you and hopefully benefit the community as well.

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

No branches or pull requests

2 participants