-
Notifications
You must be signed in to change notification settings - Fork 38
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
Feature Request: Tag support #693
Comments
I'm not a fan of |
Incredible, thank you soo much! |
I totally miss this feature. Glad to learn that its already in the works |
I have now released the tag feature. You can use |
Thanks again @AnWeber , we'll be incorporating this into our test suite shortly. |
Hi again @AnWeber
Got another feature request idea and possibly another opportunity for me to contribute!
Thanks to the junit output support, our team is trying out httpyac for our basic functional web api tests on one of our projects.
One feature, however, that we miss from other testing frameworks -- such as junit -- is the ability to tag tests (or rather http requests in httpyac's case) and then specify the tags to run from the cli.
For example, say we have 2 http files:
Then say we want to run the 2 smoke tests in file1 and file2. It would be nice if we could call:
And of course if we only want to run the single perf test in file2 we could call:
I think this tag info may also be useful in the junit xml reports, but that'd be a stretch goal IMO.
Let me know what you think. If you are open to the idea I can take a stab at the initial implementation.
The text was updated successfully, but these errors were encountered: