dougnoel / sentinel

A Selenium/Appium framework that enables users to focus on automating web and windows tests, so that automated tests can be written in a non-technical way in the same amount of time as manual tests can be executed.
Apache License 2.0
11 stars 13 forks source link

Add ability to search via java resources to find page objects in parent project from dependent projects #542

Closed sampacos closed 1 year ago

sampacos commented 1 year ago

Suppose I create a Project A, and in it create some page objects. Then I create Project B, and add Project A as a dependency in Project B. I want to be able to create new features in Project B that use page objects defined in Project A.