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 all suites at once #1

Open
victornovais opened this issue Aug 21, 2015 · 2 comments
Open

Run all tests in all suites at once #1

victornovais opened this issue Aug 21, 2015 · 2 comments

Comments

@victornovais
Copy link

Hi guys,

Great otimization for grunt by the way, it's helping me a lot. =)

I'm having one problem. My test analist creates the tests and i'm implementing a grunt task in my CI to run all tests once a day. The problem is: every time my test analist creates a new test suite, I have to change my Gruntfile.js to add the new test suite id.

I think it would be nice to have an option to run all tests at once.

@justinklemm
Copy link
Contributor

@victornovais, thanks for reaching out! Unfortunately, we don't actually have an API route available right now to run to execute all your tests at one. I'll submit that suggestion to the team.

We could technically add some logic to pull a list of all your current suites, then execute each one. That would essentially have the same effect.

We'll add that to our todo for the next release.

@victornovais
Copy link
Author

Fantastic.

I know it's hard for you guys to give me a date to have that feature, but if comes to the point where I would really need it, I would be glad to help, making a pull request, for example. It would only need a development version of the API to test on.

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

No branches or pull requests

2 participants