paypal/SeLion

Code-generator does not allow you to place *Ext.java classes in src/test/java

Closed this issue · 1 comments

mach6 commented

If a person want's to limit their {PageObject}Ext.java classes to the src/test/java (test) scope, the code generator will not consider them.

The code-generator plugin should allow for PageObject classes to be limited to 'test' only code.

CodeGeneratorMojo#sourceDir() is the root of the issue here.

mach6 commented

fix merged with #287