Cannot access page object models from the referenced project #3961
Unanswered
anushaj2k16
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
I have a project web.testing.dependent, which refers to the page object model from web.testing.referenced project.
web.testing.referenced project has been packaged and published to the local registry and it is then added as a dependency to web.testing.dependent project.
It is possible to import and access the elements of page object model in nightwatch tests, but it fails with the following error when the test is executed.
Below are the configuration details of the referenced project:
Nightwatch version: 3.3
tsconfig.json:
Appreciate any guidance on resolving this problem.
Beta Was this translation helpful? Give feedback.
All reactions