It seems that Robot Framework has a trouble of instantiating a class that has "Autowired" annotations (i.e. getting null for those properties). Is there a way for Robot Framework to get around this? That is, to use classes that have used Spring wiring?
Asked
Active
Viewed 316 times
0
-
Can you share a sample code of where it is failing? – yaswanth Aug 11 '17 at 04:49
-
1It's similar to this question: https://stackoverflow.com/questions/7023452/using-spring-wired-libraries-with-robotframework I was wondering if anyone attempted again to do the same. – Lloyd Ryan David Aug 11 '17 at 05:35