paypal / SeLion

Enabling Test Automation in Java

Home Page:http://selion.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code-generator does not allow you to place PageYAML in test resources path

mach6 opened this issue · comments

There is a bug where the code-generator expects to pick up PageYAML in src/main/resources. This is considered a bug as it will result in all PageYAML files (unless they are filtered out) ending up in the non "test" package (jar/war) -- which a user may or may not want to do.