cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to get web storefront integration tests appear in Hybris test console?

Former Member
1,910

We have few integration tests written in our storefront extension (under /web/testsrc). We can run them by command line (by specifying the web=true in a custom ant target). However, those tests do not appear in Hybris test console. We tried to debug it a bit and it appears that somewhere down the line a service with similar property web=true needs to be called (default value is false). But we do not know how to do that? Has anyone done that before? Or any other suggestions / workaround to show them in test console so that they can be run from there.

View Entire Topic
anuragsharma656
Discoverer
0 Kudos

Hey Gitesh, did you find a way to do it? I also have the same issue. And it is much easier to execute test via test console.