I’ve written some test scenarios in karate framework. Currently, I’m running it from Karate itself and then importing the results cucumber json file into AIO. I want to know whether, is there any possibility of executing karate test cases from AIO itself?
Hi @Vindya ,
AIO Tests exposes APIs to import results to AIO. In the Karate framework, you can consider implementing a RuntimeHook - afterSuite method and pass the generated cucumber json result using the above API. [Code samples]
If you are using Jenkins for CI/CD then you can also use AIO Tests Jenkins plugin which can automatically report the cucumber report to the selected cycle as a post build action.
AIO Tests doesn't trigger off tests right now since every framework has a different way of invoking tests. So, the invocation of tests has to be done via existing CI/CD tools either scheduled or adhoc and the results can be pushed automatically via the APIs/plugins/reporters.
You can reach out to us at help@aioreports.com or via our support portal for further queries or schedule a demo with us and we would be happy to demo the APIs to you.
Regards,
Niharika [ AIO Tests Team ]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.