You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
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.
The text was updated successfully, but these errors were encountered: