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
The test runner looks very promising in combination with common CI tools. At the moment, only a simple plain text output is given. It also only contains information about passed suites and failed tests. There is no report about all executed tests.
It would be usefull if the output format of the final report could be choosen, so that common CI tools as Jenkins, TeamCity, ... can be supported. Either by including them in the tool or providing a plugin API.
An alternative is to provide a simpel machine readable format (e.g. JSON) that can be processed further to be consumed by other tools.
For some tools it would not just be interesting to receive a final report, but also on the fly progress information.
I know this is a very broad feature request, but I'm not sure what your current plans for this are.
The test runner looks very promising in combination with common CI tools. At the moment, only a simple plain text output is given. It also only contains information about passed suites and failed tests. There is no report about all executed tests.
It would be usefull if the output format of the final report could be choosen, so that common CI tools as Jenkins, TeamCity, ... can be supported. Either by including them in the tool or providing a plugin API.
An alternative is to provide a simpel machine readable format (e.g. JSON) that can be processed further to be consumed by other tools.
For some tools it would not just be interesting to receive a final report, but also on the fly progress information.
I know this is a very broad feature request, but I'm not sure what your current plans for this are.