on 2019 Jun 27 1:14 AM
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.
Request clarification before answering.
Hello gitesh.grover and anurag.sharma1, I am facing the same need.
Via console I am able to run the IntegrationTests for @Controller-Classes.
ant test -Dtestclasses.packages="package.controllers.pages.checkout.*" -Dtestclasses.web=true I've also tried to add testclasses.web=true to the local.properties that didn't worked.You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you try with -Dtestclasses.web=true ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.