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
Hello ,
I have some tricky issue here , when I create a batch file manually and run serenity , it runs fine recognizing all the objects in my application. However when I create the batch file with java code , the framework does not recognize random objects in the app.
for eg, it will login > create order > fail at search , with manual batch file/eclipse run , it passes at the same point , with same code/framework/settings.
Could you help me with this .
Batch file code:
cd C:\OpenUI-SJBAutomation_pushkar
mvn verify serenity:aggregate -Dmetafilter="+CRM5" > Report.txt
pause
The text was updated successfully, but these errors were encountered:
Hello ,
I have some tricky issue here , when I create a batch file manually and run serenity , it runs fine recognizing all the objects in my application. However when I create the batch file with java code , the framework does not recognize random objects in the app.
for eg, it will login > create order > fail at search , with manual batch file/eclipse run , it passes at the same point , with same code/framework/settings.
Could you help me with this .
Batch file code:
cd C:\OpenUI-SJBAutomation_pushkar
mvn verify serenity:aggregate -Dmetafilter="+CRM5" > Report.txt
pause
The text was updated successfully, but these errors were encountered: