Hi all,
I have created multiple js file for multiple page object but not able to load these file.
Below is my nightwatch config;
"page_objects_path" : "tests/pages/
This above configuration doesn't load both files while running the tests. Is there anything i am missing?
Thanks in advance.