Help: Unable to run Hobbes test
Hi all - I am new to Hobbes JS. I followed https://docs.adobe.com/docs/en/aem/6-1/develop/components/hobbes.html#par_title_4 and created a test suite with the following test case:
new hobs.TestSuite("MyTestSuite", {path:"/etc/clientlibs/myFirstTestHobbes/MyFirstTest/myTestSuite.js"})
.addTestCase(new hobs.TestCase("Navigate to projects page")
.navigateTo("/content/projects/summer.html")
.addTestCase(new hobs.TestCase("Click Topnav Link")
.click('a[href="projects.html"]', {expectNav:true})
);
But I am getting error : No tests loaded in Developer mode. Not sure what I am missing. Any help will be much appreciated. Thanks!